STM32H735xx HAL User Manual
|
Defines | |
#define | HAL_PSSI_ERROR_NONE 0x00000000U |
#define | HAL_PSSI_ERROR_NOT_SUPPORTED 0x00000001U |
#define | HAL_PSSI_ERROR_UNDER_RUN 0x00000002U |
#define | HAL_PSSI_ERROR_OVER_RUN 0x00000004U |
#define | HAL_PSSI_ERROR_DMA 0x00000008U |
#define | HAL_PSSI_ERROR_TIMEOUT 0x00000010U |
#define | HAL_PSSI_ERROR_INVALID_CALLBACK 0x00000020U |
#define HAL_PSSI_ERROR_DMA 0x00000008U |
Dma error
Definition at line 139 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_Receive_DMA(), and HAL_PSSI_Transmit_DMA().
#define HAL_PSSI_ERROR_INVALID_CALLBACK 0x00000020U |
Invalid callback error
Definition at line 141 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_RegisterCallback(), and HAL_PSSI_UnRegisterCallback().
#define HAL_PSSI_ERROR_NONE 0x00000000U |
No error
Definition at line 135 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_DeInit(), HAL_PSSI_Init(), HAL_PSSI_Receive(), HAL_PSSI_Receive_DMA(), HAL_PSSI_Transmit(), HAL_PSSI_Transmit_DMA(), PSSI_DMAError(), PSSI_DMAReceiveCplt(), and PSSI_DMATransmitCplt().
#define HAL_PSSI_ERROR_NOT_SUPPORTED 0x00000001U |
Not supported operation
Definition at line 136 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_Receive(), and HAL_PSSI_Transmit().
#define HAL_PSSI_ERROR_OVER_RUN 0x00000004U |
FIFO Over-run error
Definition at line 138 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_IRQHandler(), and HAL_PSSI_Receive().
#define HAL_PSSI_ERROR_TIMEOUT 0x00000010U |
Timeout error
Definition at line 140 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_Receive(), HAL_PSSI_Transmit(), and PSSI_WaitOnStatusUntilTimeout().
#define HAL_PSSI_ERROR_UNDER_RUN 0x00000002U |
FIFO Under-run error
Definition at line 137 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_IRQHandler(), and HAL_PSSI_Transmit().