Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_crs.h105 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE
755 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC()
765 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC()
775 return (READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)); in LL_CRS_IsEnabledIT_ESYNC()
Dstm32l0xx_hal_rcc_ex.h554 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_crs.h90 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE
745 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC()
755 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC()
765 return (READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)); in LL_CRS_IsEnabledIT_ESYNC()
Dstm32l4xx_hal_rcc_ex.h859 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h1210 #define CRS_CR_ESYNCIE CRS_CR_ESYNCIE_Msk /* Expected SYNC(ESY… macro
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h1232 #define CRS_CR_ESYNCIE CRS_CR_ESYNCIE_Msk /* Expected SYNC(ESY… macro