Home
last modified time | relevance | path

Searched refs:RCC_CRS_FLAG_ESYNC (Results 1 – 4 of 4) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_rcc_ex.c1660 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_ESYNC)) in HAL_RCCEx_CRSWaitSynchronization()
1663 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_ESYNC); in HAL_RCCEx_CRSWaitSynchronization()
1700 else if(((itflags & RCC_CRS_FLAG_ESYNC) != 0U) && ((itsources & RCC_CRS_IT_ESYNC) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_rcc_ex.c2538 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_ESYNC)) in HAL_RCCEx_CRSWaitSynchronization()
2541 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_ESYNC); in HAL_RCCEx_CRSWaitSynchronization()
2578 else if(((itflags & RCC_CRS_FLAG_ESYNC) != 0U) && ((itsources & RCC_CRS_IT_ESYNC) != 0U)) in HAL_RCCEx_CRS_IRQHandler()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_hal_rcc_ex.h557 #define RCC_CRS_FLAG_ESYNC CRS_ISR_ESYNCF /*!< Expected SYNC flag */ macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_hal_rcc_ex.h1255 #define RCC_CRS_FLAG_ESYNC CRS_ISR_ESYNCF /*!< Expected SYNC flag */ macro