Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c1288 while (__HAL_RCC_GET_FLAG(RCC_FLAG_APB3DIVRDY) == RESET) in HAL_RCC_ClockConfig()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h1000 #define RCC_FLAG_APB3DIVRDY ((RCC->APB3DIVR & RCC_APB3DIVR_APB3DIVRDY) == RCC_APB3DIVR_A… macro