discoverpixy
Main Page
Related Pages
Modules
Classes
Files
Macros
SPI_I2S_interrupts_definition
STM32F4xx_StdPeriph_Driver
»
SPI
»
SPI_Exported_Constants
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))
#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))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1