Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc.c1409 if (__HAL_RCC_GET_FLAG(RCC_FLAG_HSIDIVF) != 0U) in HAL_RCC_GetSysClockFreq()
1443 if (__HAL_RCC_GET_FLAG(RCC_FLAG_HSIDIVF) != 0U) in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h597 #define RCC_FLAG_HSIDIVF ((uint32_t)((RCC_CR_REG_INDEX << 5U) | RCC_CR_HSIDIVF_Pos)) … macro