Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc_ex.c1009 crsstatus |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRSWaitSynchronization()
1075 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c2717 crsstatus |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRSWaitSynchronization()
2783 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h771 #define RCC_CRS_SYNCMISS 0x00000010U macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rcc_ex.h471 #define RCC_CRS_SYNCMISS ((uint32_t)0x00000010) macro