Home
last modified time | relevance | path

Searched refs:HCS_UINT8_PARSE_NUM (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_stm32f4xx.c130 #define HCS_UINT8_PARSE_NUM 16 macro
131 static const char *g_parseHcsMap[HCS_UINT8_PARSE_NUM] = {
473 uint8_t temp[HCS_UINT8_PARSE_NUM] = {0}; in GetSpiDeviceResource()
474 for (int i = 0; i < HCS_UINT8_PARSE_NUM; i++) { in GetSpiDeviceResource()
480 int ret = memcpy_s(resource, HCS_UINT8_PARSE_NUM, temp, HCS_UINT8_PARSE_NUM); in GetSpiDeviceResource()