Searched refs:RCC_APB1_DIV1 (Results 1 – 9 of 9) sorted by relevance
77 if (uwAPB1Prescaler == RCC_APB1_DIV1) in HAL_InitTick()
3237 case RCC_APB1_DIV1: in HAL_RCCEx_GetPeriphCLKFreq()3253 case RCC_APB1_DIV1: in HAL_RCCEx_GetPeriphCLKFreq()
91 if (uwAPB1Prescaler == RCC_APB1_DIV1) in HAL_InitTick()
95 if (uwAPB1Prescaler == RCC_APB1_DIV1) in HAL_InitTick()
142 #define IS_RCC_PCLK(__PCLK__) (((__PCLK__) == RCC_APB1_DIV1) || ((__PCLK__) == RCC_APB1_DIV2) || \468 #define RCC_APB1_DIV1 0x00000000U /*!< APB no… macro
387 #define RCC_APB1_DIV1 LL_RCC_APB1_DIV_1 /*!< APB1 not divided */ macro4471 #define IS_RCC_PCLK1(__PCLK1__) (((__PCLK1__) == RCC_APB1_DIV1) || ((__PCLK1__) == RCC_APB1_DIV2) …
602 #define RCC_APB1_DIV1 0U macro608 #define IS_RCC_APB1DIV(DIVIDER) (((DIVIDER) == RCC_APB1_DIV1) || \
393 #define RCC_APB1_DIV1 0U /*!< APB1 not di… macro4704 #define IS_RCC_PCLK1(__PCLK1__) (((__PCLK1__) == RCC_APB1_DIV1) || ((__PCLK1__) == RCC_APB1_DIV2) |…
427 #define RCC_APB1_DIV1 RCC_D2CFGR_D2PPRE1_DIV1 macro433 #define RCC_APB1_DIV1 RCC_CDCFGR2_CDPPRE1_DIV1 macro8125 #define IS_RCC_PCLK1(PCLK1) (((PCLK1) == RCC_APB1_DIV1) || ((PCLK1) == RCC_APB1_DIV2) || \