Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c1472 while (__HAL_RCC_GET_FLAG(RCC_FLAG_AXIDIVRDY) == RESET) in RCC_AXISSConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h982 #define RCC_FLAG_AXIDIVRDY ( (RCC->AXIDIVR & RCC_AXIDIVR_AXIDIVRDY) == RCC_AXIDIVR_AXI… macro