STM32L443xx HAL User Manual
|
Defines | |
#define | LL_RCC_APB1_DIV_1 RCC_CFGR_PPRE1_DIV1 |
#define | LL_RCC_APB1_DIV_2 RCC_CFGR_PPRE1_DIV2 |
#define | LL_RCC_APB1_DIV_4 RCC_CFGR_PPRE1_DIV4 |
#define | LL_RCC_APB1_DIV_8 RCC_CFGR_PPRE1_DIV8 |
#define | LL_RCC_APB1_DIV_16 RCC_CFGR_PPRE1_DIV16 |
#define LL_RCC_APB1_DIV_1 RCC_CFGR_PPRE1_DIV1 |
HCLK not divided
Definition at line 311 of file stm32l4xx_ll_rcc.h.
#define LL_RCC_APB1_DIV_16 RCC_CFGR_PPRE1_DIV16 |
HCLK divided by 16
Definition at line 315 of file stm32l4xx_ll_rcc.h.
#define LL_RCC_APB1_DIV_2 RCC_CFGR_PPRE1_DIV2 |
HCLK divided by 2
Definition at line 312 of file stm32l4xx_ll_rcc.h.
#define LL_RCC_APB1_DIV_4 RCC_CFGR_PPRE1_DIV4 |
HCLK divided by 4
Definition at line 313 of file stm32l4xx_ll_rcc.h.
#define LL_RCC_APB1_DIV_8 RCC_CFGR_PPRE1_DIV8 |
HCLK divided by 8
Definition at line 314 of file stm32l4xx_ll_rcc.h.