Home
last modified time | relevance | path

Searched refs:SWPMI_FLAG_RXNE (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_swpmi.h230 #define SWPMI_FLAG_RXNE SWPMI_ISR_RXNE macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_swpmi.c814 if(HAL_IS_BIT_SET(hswpmi->Instance->ISR, SWPMI_FLAG_RXNE)) in HAL_SWPMI_Receive()
1435 if(((regisr & SWPMI_FLAG_RXNE) != 0U) && ((regier & SWPMI_IT_RIE) != 0U)) in HAL_SWPMI_IRQHandler()