STM32H735xx HAL User Manual
|
Defines | |
#define | PSSI_FLAG_OVR_RIS PSSI_RIS_OVR_RIS |
#define | PSSI_FLAG_MASK PSSI_RIS_OVR_RIS_Msk |
#define | PSSI_FLAG_OVR_MIS PSSI_MIS_OVR_MIS |
#define PSSI_FLAG_MASK PSSI_RIS_OVR_RIS_Msk |
Overrun, Underrun errors Mask
Definition at line 253 of file stm32h7xx_hal_pssi.h.
#define PSSI_FLAG_OVR_MIS PSSI_MIS_OVR_MIS |
Overrun, Underrun masked errors flag
Definition at line 254 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_IRQHandler().
#define PSSI_FLAG_OVR_RIS PSSI_RIS_OVR_RIS |
Overrun, Underrun errors flag
Definition at line 252 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_Abort_DMA(), HAL_PSSI_IRQHandler(), HAL_PSSI_Receive(), HAL_PSSI_Receive_DMA(), HAL_PSSI_Transmit(), HAL_PSSI_Transmit_DMA(), PSSI_DMAError(), PSSI_DMAReceiveCplt(), PSSI_DMATransmitCplt(), and PSSI_Error().