Macros
Collaboration diagram for RCC_PLL_Multiplication_Factor:

Macros

#define IS_RCC_PLL_MUL(MUL)
 
#define RCC_PLLMul_10   RCC_CFGR_PLLMULL10
 
#define RCC_PLLMul_11   RCC_CFGR_PLLMULL11
 
#define RCC_PLLMul_12   RCC_CFGR_PLLMULL12
 
#define RCC_PLLMul_13   RCC_CFGR_PLLMULL13
 
#define RCC_PLLMul_14   RCC_CFGR_PLLMULL14
 
#define RCC_PLLMul_15   RCC_CFGR_PLLMULL15
 
#define RCC_PLLMul_16   RCC_CFGR_PLLMULL16
 
#define RCC_PLLMul_2   RCC_CFGR_PLLMULL2
 
#define RCC_PLLMul_3   RCC_CFGR_PLLMULL3
 
#define RCC_PLLMul_4   RCC_CFGR_PLLMULL4
 
#define RCC_PLLMul_5   RCC_CFGR_PLLMULL5
 
#define RCC_PLLMul_6   RCC_CFGR_PLLMULL6
 
#define RCC_PLLMul_7   RCC_CFGR_PLLMULL7
 
#define RCC_PLLMul_8   RCC_CFGR_PLLMULL8
 
#define RCC_PLLMul_9   RCC_CFGR_PLLMULL9
 

Detailed Description

Macro Definition Documentation

#define IS_RCC_PLL_MUL (   MUL)
Value:
(((MUL) == RCC_PLLMul_2) || ((MUL) == RCC_PLLMul_3) || \
((MUL) == RCC_PLLMul_4) || ((MUL) == RCC_PLLMul_5) || \
((MUL) == RCC_PLLMul_6) || ((MUL) == RCC_PLLMul_7) || \
((MUL) == RCC_PLLMul_8) || ((MUL) == RCC_PLLMul_9) || \
((MUL) == RCC_PLLMul_10) || ((MUL) == RCC_PLLMul_11) || \
((MUL) == RCC_PLLMul_12) || ((MUL) == RCC_PLLMul_13) || \
((MUL) == RCC_PLLMul_14) || ((MUL) == RCC_PLLMul_15) || \
((MUL) == RCC_PLLMul_16))
#define RCC_PLLMul_13
#define RCC_PLLMul_6
#define RCC_PLLMul_15
#define RCC_PLLMul_7
#define RCC_PLLMul_8
#define RCC_PLLMul_12
#define RCC_PLLMul_4
#define RCC_PLLMul_16
#define RCC_PLLMul_2
#define RCC_PLLMul_5
#define RCC_PLLMul_3
#define RCC_PLLMul_10
#define RCC_PLLMul_11
#define RCC_PLLMul_9
#define RCC_PLLMul_14

Definition at line 126 of file stm32f30x_rcc.h.

#define RCC_PLLMul_10   RCC_CFGR_PLLMULL10

Definition at line 119 of file stm32f30x_rcc.h.

#define RCC_PLLMul_11   RCC_CFGR_PLLMULL11

Definition at line 120 of file stm32f30x_rcc.h.

#define RCC_PLLMul_12   RCC_CFGR_PLLMULL12

Definition at line 121 of file stm32f30x_rcc.h.

#define RCC_PLLMul_13   RCC_CFGR_PLLMULL13

Definition at line 122 of file stm32f30x_rcc.h.

#define RCC_PLLMul_14   RCC_CFGR_PLLMULL14

Definition at line 123 of file stm32f30x_rcc.h.

#define RCC_PLLMul_15   RCC_CFGR_PLLMULL15

Definition at line 124 of file stm32f30x_rcc.h.

#define RCC_PLLMul_16   RCC_CFGR_PLLMULL16

Definition at line 125 of file stm32f30x_rcc.h.

#define RCC_PLLMul_2   RCC_CFGR_PLLMULL2

Definition at line 111 of file stm32f30x_rcc.h.

#define RCC_PLLMul_3   RCC_CFGR_PLLMULL3

Definition at line 112 of file stm32f30x_rcc.h.

#define RCC_PLLMul_4   RCC_CFGR_PLLMULL4

Definition at line 113 of file stm32f30x_rcc.h.

#define RCC_PLLMul_5   RCC_CFGR_PLLMULL5

Definition at line 114 of file stm32f30x_rcc.h.

#define RCC_PLLMul_6   RCC_CFGR_PLLMULL6

Definition at line 115 of file stm32f30x_rcc.h.

#define RCC_PLLMul_7   RCC_CFGR_PLLMULL7

Definition at line 116 of file stm32f30x_rcc.h.

#define RCC_PLLMul_8   RCC_CFGR_PLLMULL8

Definition at line 117 of file stm32f30x_rcc.h.

#define RCC_PLLMul_9   RCC_CFGR_PLLMULL9

Definition at line 118 of file stm32f30x_rcc.h.



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