Searched refs:RCC_APB2_DIV1 (Results 1 – 5 of 5) sorted by relevance
3278 case RCC_APB2_DIV1: in HAL_RCCEx_GetPeriphCLKFreq()3294 case RCC_APB2_DIV1: in HAL_RCCEx_GetPeriphCLKFreq()
402 #define RCC_APB2_DIV1 LL_RCC_APB2_DIV_1 /*!< APB2 not divided */ macro4476 #define IS_RCC_PCLK2(__PCLK2__) (((__PCLK2__) == RCC_APB2_DIV1) || ((__PCLK2__) == RCC_APB2_DIV2) …
620 #define RCC_APB2_DIV1 0U macro626 #define IS_RCC_APB2DIV(DIVIDER) (((DIVIDER) == RCC_APB2_DIV1) || \
405 #define RCC_APB2_DIV1 0U /*!< APB2 not di… macro4708 #define IS_RCC_PCLK2(__PCLK2__) (((__PCLK2__) == RCC_APB2_DIV1) || ((__PCLK2__) == RCC_APB2_DIV2) |…
448 #define RCC_APB2_DIV1 RCC_D2CFGR_D2PPRE2_DIV1 macro454 #define RCC_APB2_DIV1 RCC_CDCFGR2_CDPPRE2_DIV1 macro8129 #define IS_RCC_PCLK2(PCLK2) (((PCLK2) == RCC_APB2_DIV1) || ((PCLK2) == RCC_APB2_DIV2) || \