Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_spi.h412 #define IS_SPI_I2S_CONFIG_IT(IT) (((IT) == SPI_I2S_IT_TXE) || \ macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_spi.c1131 assert_param(IS_SPI_I2S_CONFIG_IT(SPI_I2S_IT)); in SPI_I2S_ITConfig()