Modules | Macros
Collaboration diagram for RCC_I2S_Clock_Source:

Modules

 RCC_LSE_Drive_Configuration
 
 RCC_AHB_Peripherals
 
 RCC_APB2_Peripherals
 
 RCC_APB1_Peripherals
 
 RCC_MCO_Clock_Source
 
 RCC_MCOPrescaler
 
 RCC_USB_Device_clock_source
 
 RCC_Flag
 

Macros

#define IS_RCC_I2SCLK_SOURCE(SOURCE)   (((SOURCE) == RCC_I2S2CLKSource_PLLI2S) || ((SOURCE) == RCC_I2S2CLKSource_Ext))
 
#define IS_RCC_I2SCLK_SOURCE(SOURCE)   (((SOURCE) == RCC_I2S2CLKSource_SYSCLK) || ((SOURCE) == RCC_I2S2CLKSource_Ext))
 
#define RCC_I2S2CLKSource_Ext   ((uint8_t)0x01)
 
#define RCC_I2S2CLKSource_Ext   ((uint8_t)0x01)
 
#define RCC_I2S2CLKSource_PLLI2S   ((uint8_t)0x00)
 
#define RCC_I2S2CLKSource_SYSCLK   ((uint8_t)0x00)
 

Detailed Description

Macro Definition Documentation

◆ IS_RCC_I2SCLK_SOURCE [1/2]

#define IS_RCC_I2SCLK_SOURCE (   SOURCE)    (((SOURCE) == RCC_I2S2CLKSource_PLLI2S) || ((SOURCE) == RCC_I2S2CLKSource_Ext))

◆ IS_RCC_I2SCLK_SOURCE [2/2]

#define IS_RCC_I2SCLK_SOURCE (   SOURCE)    (((SOURCE) == RCC_I2S2CLKSource_SYSCLK) || ((SOURCE) == RCC_I2S2CLKSource_Ext))

Definition at line 439 of file stm32f30x_rcc.h.

◆ RCC_I2S2CLKSource_Ext [1/2]

#define RCC_I2S2CLKSource_Ext   ((uint8_t)0x01)

◆ RCC_I2S2CLKSource_Ext [2/2]

#define RCC_I2S2CLKSource_Ext   ((uint8_t)0x01)

Definition at line 437 of file stm32f30x_rcc.h.

◆ RCC_I2S2CLKSource_PLLI2S

#define RCC_I2S2CLKSource_PLLI2S   ((uint8_t)0x00)

◆ RCC_I2S2CLKSource_SYSCLK

#define RCC_I2S2CLKSource_SYSCLK   ((uint8_t)0x00)

Definition at line 436 of file stm32f30x_rcc.h.



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