Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_crs.h102 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE
665 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK()
675 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK()
685 return (READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)); in LL_CRS_IsEnabledIT_SYNCOK()
Dstm32l0xx_hal_rcc_ex.h551 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_crs.h87 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE
655 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK()
665 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK()
675 return (READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)); in LL_CRS_IsEnabledIT_SYNCOK()
Dstm32l4xx_hal_rcc_ex.h856 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h1223 #define CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE_Msk /* SYNC event OK int… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h1201 #define CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE_Msk /* SYNC event OK int… macro