Searched refs:RCC_APB2_DIV2 (Results 1 – 5 of 5) sorted by relevance
3279 case RCC_APB2_DIV2: in HAL_RCCEx_GetPeriphCLKFreq()3295 case RCC_APB2_DIV2: in HAL_RCCEx_GetPeriphCLKFreq()
403 #define RCC_APB2_DIV2 LL_RCC_APB2_DIV_2 /*!< APB2 divided by 2 */ macro4476 #define IS_RCC_PCLK2(__PCLK2__) (((__PCLK2__) == RCC_APB2_DIV1) || ((__PCLK2__) == RCC_APB2_DIV2) …
621 #define RCC_APB2_DIV2 RCC_APB2DIVR_APB2DIV_0 macro627 ((DIVIDER) == RCC_APB2_DIV2) || \
406 #define RCC_APB2_DIV2 RCC_APBCFGR_PPRE2_2 /*!< APB2 divide… macro4708 #define IS_RCC_PCLK2(__PCLK2__) (((__PCLK2__) == RCC_APB2_DIV1) || ((__PCLK2__) == RCC_APB2_DIV2) |…
449 #define RCC_APB2_DIV2 RCC_D2CFGR_D2PPRE2_DIV2 macro455 #define RCC_APB2_DIV2 RCC_CDCFGR2_CDPPRE2_DIV2 macro8129 #define IS_RCC_PCLK2(PCLK2) (((PCLK2) == RCC_APB2_DIV1) || ((PCLK2) == RCC_APB2_DIV2) || \