Macros
Collaboration diagram for I2S_Clock_Polarity:

Macros

#define I2S_CPOL_High   ((uint16_t)0x0008)
 
#define I2S_CPOL_High   ((uint16_t)0x0008)
 
#define I2S_CPOL_Low   ((uint16_t)0x0000)
 
#define I2S_CPOL_Low   ((uint16_t)0x0000)
 
#define IS_I2S_CPOL(CPOL)
 
#define IS_I2S_CPOL(CPOL)
 

Detailed Description

Macro Definition Documentation

◆ I2S_CPOL_High [1/2]

#define I2S_CPOL_High   ((uint16_t)0x0008)

Definition at line 325 of file stm32f10x_spi.h.

◆ I2S_CPOL_High [2/2]

#define I2S_CPOL_High   ((uint16_t)0x0008)

Definition at line 375 of file stm32f30x_spi.h.

◆ I2S_CPOL_Low [1/2]

#define I2S_CPOL_Low   ((uint16_t)0x0000)

Definition at line 324 of file stm32f10x_spi.h.

◆ I2S_CPOL_Low [2/2]

#define I2S_CPOL_Low   ((uint16_t)0x0000)

Definition at line 374 of file stm32f30x_spi.h.

◆ IS_I2S_CPOL [1/2]

#define IS_I2S_CPOL (   CPOL)
Value:
(((CPOL) == I2S_CPOL_Low) || \
((CPOL) == I2S_CPOL_High))
#define I2S_CPOL_Low
#define I2S_CPOL_High

Definition at line 326 of file stm32f10x_spi.h.

◆ IS_I2S_CPOL [2/2]

#define IS_I2S_CPOL (   CPOL)
Value:
(((CPOL) == I2S_CPOL_Low) || \
((CPOL) == I2S_CPOL_High))
#define I2S_CPOL_Low
#define I2S_CPOL_High

Definition at line 376 of file stm32f30x_spi.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:16