Home
last modified time | relevance | path

Searched refs:IS_RCC_PCLK (Results 1 – 5 of 5) sorted by relevance

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_rcc.c709 assert_param(IS_RCC_PCLK(RCC_ClkInitStruct->APB1CLKDivider)); in HAL_RCC_ClockConfig()
716 assert_param(IS_RCC_PCLK(RCC_ClkInitStruct->APB2CLKDivider)); in HAL_RCC_ClockConfig()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_rcc.c1020 assert_param(IS_RCC_PCLK(RCC_HCLK)); in RCC_PCLK1Config()
1051 assert_param(IS_RCC_PCLK(RCC_HCLK)); in RCC_PCLK2Config()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_rcc.h164 #define IS_RCC_PCLK(PCLK) (((PCLK) == RCC_HCLK_Div1) || ((PCLK) == RCC_HCLK_Div2) || \ macro
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_rcc.h1426 #define IS_RCC_PCLK(PCLK) (((PCLK) == RCC_HCLK_DIV1) || ((PCLK) == RCC_HCLK_DIV2) || \ macro
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h3237 #define IS_RCC_HCLK_DIV IS_RCC_PCLK