Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_swpmi.c832 if (HAL_IS_BIT_SET(hswpmi->Instance->ISR, SWPMI_FLAG_RXBFF)) in HAL_SWPMI_Receive()
835 WRITE_REG(hswpmi->Instance->ICR, SWPMI_FLAG_RXBFF); in HAL_SWPMI_Receive()
1308 WRITE_REG(hswpmi->Instance->ICR, SWPMI_FLAG_RXBERF | SWPMI_FLAG_RXBFF); in HAL_SWPMI_IRQHandler()
1451 if (((regisr & SWPMI_FLAG_RXBFF) != 0U) && ((regier & SWPMI_IT_RXBFIE) != 0U)) in HAL_SWPMI_IRQHandler()
1692 WRITE_REG(hswpmi->Instance->ICR, SWPMI_FLAG_RXBFF); in SWPMI_EndReceive_IT()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_swpmi.c821 if (HAL_IS_BIT_SET(hswpmi->Instance->ISR, SWPMI_FLAG_RXBFF)) in HAL_SWPMI_Receive()
824 WRITE_REG(hswpmi->Instance->ICR, SWPMI_FLAG_RXBFF); in HAL_SWPMI_Receive()
1295 WRITE_REG(hswpmi->Instance->ICR, SWPMI_FLAG_RXBERF | SWPMI_FLAG_RXBFF); in HAL_SWPMI_IRQHandler()
1438 if (((regisr & SWPMI_FLAG_RXBFF) != 0U) && ((regier & SWPMI_IT_RXBFIE) != 0U)) in HAL_SWPMI_IRQHandler()
1679 WRITE_REG(hswpmi->Instance->ICR, SWPMI_FLAG_RXBFF); in SWPMI_EndReceive_IT()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_swpmi.h212 #define SWPMI_FLAG_RXBFF SWPMI_ISR_RXBFF macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_swpmi.h212 #define SWPMI_FLAG_RXBFF SWPMI_ISR_RXBFF macro