STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | I2S_DataFormat_16b ((uint16_t)0x0000) |
#define | I2S_DataFormat_16bextended ((uint16_t)0x0001) |
#define | I2S_DataFormat_24b ((uint16_t)0x0003) |
#define | I2S_DataFormat_32b ((uint16_t)0x0005) |
#define | IS_I2S_DATA_FORMAT(FORMAT) |
#define I2S_DataFormat_16b ((uint16_t)0x0000) |
Definition at line 274 of file stm32f10x_spi.h.
#define I2S_DataFormat_16bextended ((uint16_t)0x0001) |
Definition at line 275 of file stm32f10x_spi.h.
#define I2S_DataFormat_24b ((uint16_t)0x0003) |
Definition at line 276 of file stm32f10x_spi.h.
#define I2S_DataFormat_32b ((uint16_t)0x0005) |
Definition at line 277 of file stm32f10x_spi.h.
#define IS_I2S_DATA_FORMAT | ( | FORMAT | ) |
(((FORMAT) == I2S_DataFormat_16b) || \ ((FORMAT) == I2S_DataFormat_16bextended) || \ ((FORMAT) == I2S_DataFormat_24b) || \ ((FORMAT) == I2S_DataFormat_32b))
Definition at line 278 of file stm32f10x_spi.h.