Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc.c964 assert_param(IS_RCC_D1PCLK1(RCC_ClkInitStruct->APB3CLKDivider)); in HAL_RCC_ClockConfig()
1151 assert_param(IS_RCC_D1PCLK1(RCC_ClkInitStruct->APB3CLKDivider)); in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h8123 #define IS_RCC_D1PCLK1 IS_RCC_CDPCLK1 /* for legacy compatibility between H7 lines */ macro