Searched refs:SWPMI_IER_RIE (Results 1 – 3 of 3) sorted by relevance
155 #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()
248 #define SWPMI_IT_RIE SWPMI_IER_RIE
16330 #define SWPMI_IER_RIE SWPMI_IER_RIE_Msk /*!<Receive interrup… macro