Home
last modified time | relevance | path

Searched refs:CRS_CR_ERRIE (Results 1 – 6 of 6) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_crs.h104 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
725 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
735 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
745 return (READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)); in LL_CRS_IsEnabledIT_ERR()
Dstm32l0xx_hal_rcc_ex.h553 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
555 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
556 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
557 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflo…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_crs.h89 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
715 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
725 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
735 return (READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)); in LL_CRS_IsEnabledIT_ERR()
Dstm32l4xx_hal_rcc_ex.h858 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
860 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
861 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
862 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h1229 #define CRS_CR_ERRIE CRS_CR_ERRIE_Msk /* SYNC error interr… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h1207 #define CRS_CR_ERRIE CRS_CR_ERRIE_Msk /* SYNC error interr… macro