Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_spi.h119 #define IS_SPI_DATALENGTH(DATALENGTH) ((DATALENGTH <= 0x07)) macro
131 #define IS_SPI_DATALENGTH(DATALENGTH) ((DATALENGTH <= 0xF)) macro
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_spi.c117 Assert_Param(IS_SPI_DATALENGTH(SPI_InitStruct->SPI_DataLength)); in SPI_Init()
273 Assert_Param(IS_SPI_DATALENGTH(SPI_DataLength)); in SPI_SetDataLength()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_spi.c146 Assert_Param(IS_SPI_DATALENGTH(SPI_InitStruct->SPI_DataLength)); in SPI_Init()
308 Assert_Param(IS_SPI_DATALENGTH(SPI_DataLength)); in SPI_SetDataLength()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_spi.h100 #define IS_SPI_DATALENGTH(DATALENGTH) ((DATALENGTH <= 0xF)) macro

Completed in 9 milliseconds