Home
last modified time | relevance | path

Searched refs:IS_RCC_CDPCLK1 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc.c970 assert_param(IS_RCC_CDPCLK1(RCC_ClkInitStruct->APB3CLKDivider)); in HAL_RCC_ClockConfig()
1157 assert_param(IS_RCC_CDPCLK1(RCC_ClkInitStruct->APB3CLKDivider)); in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h8119 #define IS_RCC_CDPCLK1(CDPCLK1) (((CDPCLK1) == RCC_APB3_DIV1) || ((CDPCLK1) == RCC_APB3_DIV2) || \ macro
8123 #define IS_RCC_D1PCLK1 IS_RCC_CDPCLK1 /* for legacy compatibility between H7 lines */