Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc_ex.c966 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCOK)) in HAL_RCCEx_CRSWaitSynchronization()
976 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCWARN)) in HAL_RCCEx_CRSWaitSynchronization()
986 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_TRIMOVF)) in HAL_RCCEx_CRSWaitSynchronization()
996 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization()
1006 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCMISS)) in HAL_RCCEx_CRSWaitSynchronization()
1016 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_ESYNC)) in HAL_RCCEx_CRSWaitSynchronization()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c2674 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCOK)) in HAL_RCCEx_CRSWaitSynchronization()
2684 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCWARN)) in HAL_RCCEx_CRSWaitSynchronization()
2694 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_TRIMOVF)) in HAL_RCCEx_CRSWaitSynchronization()
2704 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization()
2714 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCMISS)) in HAL_RCCEx_CRSWaitSynchronization()
2724 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_ESYNC)) in HAL_RCCEx_CRSWaitSynchronization()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h2281 #define __HAL_RCC_CRS_GET_FLAG(__FLAG__) (READ_BIT(CRS->ISR, (__FLAG__)) == (__FLAG__)) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rcc_ex.h1813 #define __HAL_RCC_CRS_GET_FLAG(__FLAG__) ((CRS->ISR & (__FLAG__)) == (__FLAG__)) macro