Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c1208 while (__HAL_RCC_GET_FLAG(RCC_FLAG_APB4DIVRDY) == RESET) in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h985 #define RCC_FLAG_APB4DIVRDY ( (RCC->APB4DIVR & RCC_APB4DIVR_APB4DIVRDY) == RCC_APB4DIVR_AP… macro