Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c1570 while (__HAL_RCC_GET_FLAG(RCC_FLAG_MCUDIVRDY) == RESET) in RCC_MCUConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h991 #define RCC_FLAG_MCUDIVRDY ( (RCC->MCUDIVR & RCC_MCUDIVR_MCUDIVRDY) == RCC_MCUDIVR_MC… macro