CARME-M4 BSP  V1.5
SPI_I2S_interrupts_definition
+ Collaboration diagram for SPI_I2S_interrupts_definition:

Macros

#define SPI_I2S_IT_TXE   ((uint8_t)0x71)
 
#define SPI_I2S_IT_RXNE   ((uint8_t)0x60)
 
#define SPI_I2S_IT_ERR   ((uint8_t)0x50)
 
#define I2S_IT_UDR   ((uint8_t)0x53)
 
#define SPI_I2S_IT_TIFRFE   ((uint8_t)0x58)
 
#define IS_SPI_I2S_CONFIG_IT(IT)
 
#define SPI_I2S_IT_OVR   ((uint8_t)0x56)
 
#define SPI_IT_MODF   ((uint8_t)0x55)
 
#define SPI_IT_CRCERR   ((uint8_t)0x54)
 
#define IS_SPI_I2S_CLEAR_IT(IT)   (((IT) == SPI_IT_CRCERR))
 
#define IS_SPI_I2S_GET_IT(IT)
 

Detailed Description

Macro Definition Documentation

#define IS_SPI_I2S_CONFIG_IT (   IT)
Value:
(((IT) == SPI_I2S_IT_TXE) || \
((IT) == SPI_I2S_IT_RXNE) || \
((IT) == SPI_I2S_IT_ERR))

Definition at line 412 of file stm32f4xx_spi.h.

#define IS_SPI_I2S_GET_IT (   IT)
Value:
(((IT) == SPI_I2S_IT_RXNE)|| ((IT) == SPI_I2S_IT_TXE) || \
((IT) == SPI_IT_CRCERR) || ((IT) == SPI_IT_MODF) || \
((IT) == SPI_I2S_IT_OVR) || ((IT) == I2S_IT_UDR) ||\
((IT) == SPI_I2S_IT_TIFRFE))

Definition at line 422 of file stm32f4xx_spi.h.