Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_swpmi.c810 if (HAL_IS_BIT_SET(hswpmi->Instance->ISR, SWPMI_FLAG_RXNE)) in HAL_SWPMI_Receive()
1433 if (((regisr & SWPMI_FLAG_RXNE) != 0U) && ((regier & SWPMI_IT_RIE) != 0U)) in HAL_SWPMI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_swpmi.c798 if (HAL_IS_BIT_SET(hswpmi->Instance->ISR, SWPMI_FLAG_RXNE)) in HAL_SWPMI_Receive()
1420 if (((regisr & SWPMI_FLAG_RXNE) != 0U) && ((regier & SWPMI_IT_RIE) != 0U)) in HAL_SWPMI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_swpmi.h217 #define SWPMI_FLAG_RXNE SWPMI_ISR_RXNE macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_swpmi.h217 #define SWPMI_FLAG_RXNE SWPMI_ISR_RXNE macro