RTEMS
6.1-rc1
Macros
RCC MCOx Clock Prescaler
STM32H7xx_HAL_Driver
|
Board Support Packages
»
ARM
»
STM32H7
»
RCC
»
RCC Exported Constants
Macros
#define
RCC_MCODIV_1
RCC_CFGR_MCO1PRE_0
#define
RCC_MCODIV_2
RCC_CFGR_MCO1PRE_1
#define
RCC_MCODIV_3
((uint32_t)
RCC_CFGR_MCO1PRE_0
|
RCC_CFGR_MCO1PRE_1
)
#define
RCC_MCODIV_4
RCC_CFGR_MCO1PRE_2
#define
RCC_MCODIV_5
((uint32_t)
RCC_CFGR_MCO1PRE_0
|
RCC_CFGR_MCO1PRE_2
)
#define
RCC_MCODIV_6
((uint32_t)
RCC_CFGR_MCO1PRE_1
|
RCC_CFGR_MCO1PRE_2
)
#define
RCC_MCODIV_7
((uint32_t)
RCC_CFGR_MCO1PRE_0
|
RCC_CFGR_MCO1PRE_1
|
RCC_CFGR_MCO1PRE_2
)
#define
RCC_MCODIV_8
RCC_CFGR_MCO1PRE_3
#define
RCC_MCODIV_9
((uint32_t)
RCC_CFGR_MCO1PRE_0
|
RCC_CFGR_MCO1PRE_3
)
#define
RCC_MCODIV_10
((uint32_t)
RCC_CFGR_MCO1PRE_1
|
RCC_CFGR_MCO1PRE_3
)
#define
RCC_MCODIV_11
((uint32_t)
RCC_CFGR_MCO1PRE_0
|
RCC_CFGR_MCO1PRE_1
|
RCC_CFGR_MCO1PRE_3
)
#define
RCC_MCODIV_12
((uint32_t)
RCC_CFGR_MCO1PRE_2
|
RCC_CFGR_MCO1PRE_3
)
#define
RCC_MCODIV_13
((uint32_t)
RCC_CFGR_MCO1PRE_0
|
RCC_CFGR_MCO1PRE_2
|
RCC_CFGR_MCO1PRE_3
)
#define
RCC_MCODIV_14
((uint32_t)
RCC_CFGR_MCO1PRE_1
|
RCC_CFGR_MCO1PRE_2
|
RCC_CFGR_MCO1PRE_3
)
#define
RCC_MCODIV_15
RCC_CFGR_MCO1PRE
Detailed Description
Generated by
1.9.4