Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h391 #define IS_SPI_I2S_CLEAR_IT(IT) (((IT) == SPI_IT_CRCERR)) macro
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h399 #define IS_SPI_I2S_CLEAR_IT(IT) (((IT) == SPI_IT_CRCERR)) macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h420 #define IS_SPI_I2S_CLEAR_IT(IT) (((IT) == SPI_IT_CRCERR)) macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c887 assert_param(IS_SPI_I2S_CLEAR_IT(SPI_I2S_IT)); in SPI_I2S_ClearITPendingBit()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c1158 assert_param(IS_SPI_I2S_CLEAR_IT(SPI_I2S_IT)); in SPI_I2S_ClearITPendingBit()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spi.c1294 assert_param(IS_SPI_I2S_CLEAR_IT(SPI_I2S_IT)); in SPI_I2S_ClearITPendingBit()

Completed in 11 milliseconds