STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
Main Page
Modules
Data Structures
Files
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Groups
Macros
SPI_I2S_interrupts_definition
SPI_Exported_Constants
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 Thu Feb 13 2014 18:54:14 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1