Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc.c1017 assert_param(IS_RCC_D3PCLK1(RCC_ClkInitStruct->APB4CLKDivider)); in HAL_RCC_ClockConfig()
1023 assert_param(IS_RCC_D3PCLK1(RCC_ClkInitStruct->APB4CLKDivider)); in HAL_RCC_ClockConfig()
1205 assert_param(IS_RCC_D3PCLK1(RCC_ClkInitStruct->APB4CLKDivider)); in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h8137 #define IS_RCC_D3PCLK1 IS_RCC_SRDPCLK1 /* for legacy compatibility between H7 lines*/ macro