Macros
Collaboration diagram for PLL_entry_clock_source:

Macros

#define IS_RCC_PLL_SOURCE(SOURCE)
 
#define RCC_PLLSource_HSE_Div1   ((uint32_t)0x00010000)
 
#define RCC_PLLSource_HSE_Div2   ((uint32_t)0x00030000)
 
#define RCC_PLLSource_HSI_Div2   ((uint32_t)0x00000000)
 

Detailed Description

Macro Definition Documentation

#define IS_RCC_PLL_SOURCE (   SOURCE)
Value:
(((SOURCE) == RCC_PLLSource_HSI_Div2) || \
((SOURCE) == RCC_PLLSource_HSE_Div1) || \
((SOURCE) == RCC_PLLSource_HSE_Div2))
#define RCC_PLLSource_HSE_Div1
Definition: stm32f10x_rcc.h:84
#define RCC_PLLSource_HSI_Div2
Definition: stm32f10x_rcc.h:81
#define RCC_PLLSource_HSE_Div2
Definition: stm32f10x_rcc.h:85

Definition at line 86 of file stm32f10x_rcc.h.

#define RCC_PLLSource_HSE_Div1   ((uint32_t)0x00010000)

Definition at line 84 of file stm32f10x_rcc.h.

#define RCC_PLLSource_HSE_Div2   ((uint32_t)0x00030000)

Definition at line 85 of file stm32f10x_rcc.h.

#define RCC_PLLSource_HSI_Div2   ((uint32_t)0x00000000)

Definition at line 81 of file stm32f10x_rcc.h.



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