Home
last modified time | relevance | path

Searched refs:SWPMI_IER_RIE (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_swpmi.h155 #define LL_SWPMI_IER_RIE SWPMI_IER_RIE /*!< Receive interrupt enable …
705 SET_BIT(SWPMIx->IER, SWPMI_IER_RIE); in LL_SWPMI_EnableIT_RX()
804 CLEAR_BIT(SWPMIx->IER, SWPMI_IER_RIE); in LL_SWPMI_DisableIT_RX()
903 return ((READ_BIT(SWPMIx->IER, SWPMI_IER_RIE) == (SWPMI_IER_RIE)) ? 1UL : 0UL); in LL_SWPMI_IsEnabledIT_RX()
Dstm32l4xx_hal_swpmi.h248 #define SWPMI_IT_RIE SWPMI_IER_RIE
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16330 #define SWPMI_IER_RIE SWPMI_IER_RIE_Msk /*!<Receive interrup… macro