Macros
Collaboration diagram for SPI_I2S_MCLK_Output:

Macros

#define I2S_MCLKOutput_Disable   ((uint16_t)0x0000)
 
#define I2S_MCLKOutput_Enable   ((uint16_t)0x0200)
 
#define IS_I2S_MCLK_OUTPUT(OUTPUT)
 

Detailed Description

Macro Definition Documentation

#define I2S_MCLKOutput_Disable   ((uint16_t)0x0000)

Definition at line 315 of file stm32f4xx_spi.h.

#define I2S_MCLKOutput_Enable   ((uint16_t)0x0200)

Definition at line 314 of file stm32f4xx_spi.h.

#define IS_I2S_MCLK_OUTPUT (   OUTPUT)
Value:
(((OUTPUT) == I2S_MCLKOutput_Enable) || \
((OUTPUT) == I2S_MCLKOutput_Disable))
#define I2S_MCLKOutput_Disable
#define I2S_MCLKOutput_Enable

Definition at line 316 of file stm32f4xx_spi.h.



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