STM32G474xx HAL用户手册
定义
MCO1预分频器
RCC导出常量

定义

#define LL_RCC_MCO1_DIV_1   RCC_CFGR_MCOPRE_DIV1
#define LL_RCC_MCO1_DIV_2   RCC_CFGR_MCOPRE_DIV2
#define LL_RCC_MCO1_DIV_4   RCC_CFGR_MCOPRE_DIV4
#define LL_RCC_MCO1_DIV_8   RCC_CFGR_MCOPRE_DIV8
#define LL_RCC_MCO1_DIV_16   RCC_CFGR_MCOPRE_DIV16

定义文档

#define LL_RCC_MCO1_DIV_1   RCC_CFGR_MCOPRE_DIV1

MCO不分频

Definition at line 291 of file stm32g4xx_ll_rcc.h.

#define LL_RCC_MCO1_DIV_16   RCC_CFGR_MCOPRE_DIV16

MCO 16分频

Definition at line 295 of file stm32g4xx_ll_rcc.h.

#define LL_RCC_MCO1_DIV_2   RCC_CFGR_MCOPRE_DIV2

MCO 2分频

Definition at line 292 of file stm32g4xx_ll_rcc.h.

#define LL_RCC_MCO1_DIV_4   RCC_CFGR_MCOPRE_DIV4

MCO 4分频

Definition at line 293 of file stm32g4xx_ll_rcc.h.

#define LL_RCC_MCO1_DIV_8   RCC_CFGR_MCOPRE_DIV8

MCO 8分频

Definition at line 294 of file stm32g4xx_ll_rcc.h.