Home
last modified time | relevance | path

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

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_spi.h139 #define IS_SPI_RXFLEV(__RXFLEV__) (((__RXFLEV__) == SPI_RXFLEV_0) ||\ macro
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_spi.c348 assert_parameters(IS_SPI_RXFLEV(FIFOLevel)); in SPI_ReceiveFIFOLevelConfig()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_spi.h166 #define IS_SPI_RXFLEV(__RXFLEV__) (((__RXFLEV__) == SPI_RXFLEV_0) ||\ macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_spi.c351 assert_parameters(IS_SPI_RXFLEV(FIFOLevel)); in SPI_ReceiveFIFOLevelConfig()

Completed in 11 milliseconds