Macros
Collaboration diagram for SPI_I2S_Standard:

Macros

#define I2S_Standard_LSB   ((uint16_t)0x0020)
 
#define I2S_Standard_MSB   ((uint16_t)0x0010)
 
#define I2S_Standard_PCMLong   ((uint16_t)0x00B0)
 
#define I2S_Standard_PCMShort   ((uint16_t)0x0030)
 
#define I2S_Standard_Phillips   ((uint16_t)0x0000)
 
#define IS_I2S_STANDARD(STANDARD)
 

Detailed Description

Macro Definition Documentation

#define I2S_Standard_LSB   ((uint16_t)0x0020)

Definition at line 282 of file stm32f4xx_spi.h.

#define I2S_Standard_MSB   ((uint16_t)0x0010)

Definition at line 281 of file stm32f4xx_spi.h.

#define I2S_Standard_PCMLong   ((uint16_t)0x00B0)

Definition at line 284 of file stm32f4xx_spi.h.

#define I2S_Standard_PCMShort   ((uint16_t)0x0030)

Definition at line 283 of file stm32f4xx_spi.h.

#define I2S_Standard_Phillips   ((uint16_t)0x0000)

Definition at line 280 of file stm32f4xx_spi.h.

#define IS_I2S_STANDARD (   STANDARD)
Value:
(((STANDARD) == I2S_Standard_Phillips) || \
((STANDARD) == I2S_Standard_MSB) || \
((STANDARD) == I2S_Standard_LSB) || \
((STANDARD) == I2S_Standard_PCMShort) || \
((STANDARD) == I2S_Standard_PCMLong))
#define I2S_Standard_PCMLong
#define I2S_Standard_MSB
#define I2S_Standard_Phillips
#define I2S_Standard_LSB
#define I2S_Standard_PCMShort

Definition at line 285 of file stm32f4xx_spi.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54