STM32H735xx HAL User Manual
Defines
SPDIFRX Error Code
SPDIFRX Exported Constants

Defines

#define HAL_SPDIFRX_ERROR_NONE   ((uint32_t)0x00000000U)
#define HAL_SPDIFRX_ERROR_TIMEOUT   ((uint32_t)0x00000001U)
#define HAL_SPDIFRX_ERROR_OVR   ((uint32_t)0x00000002U)
#define HAL_SPDIFRX_ERROR_PE   ((uint32_t)0x00000004U)
#define HAL_SPDIFRX_ERROR_DMA   ((uint32_t)0x00000008U)
#define HAL_SPDIFRX_ERROR_UNKNOWN   ((uint32_t)0x00000010U)
#define HAL_SPDIFRX_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000020U)

Define Documentation

#define HAL_SPDIFRX_ERROR_DMA   ((uint32_t)0x00000008U)

DMA transfer error

Definition at line 216 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_ReceiveCtrlFlow_DMA(), HAL_SPDIFRX_ReceiveDataFlow_DMA(), and SPDIFRX_DMAError().

#define HAL_SPDIFRX_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000020U)

Invalid Callback error

Definition at line 219 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_RegisterCallback(), and HAL_SPDIFRX_UnRegisterCallback().

#define HAL_SPDIFRX_ERROR_NONE   ((uint32_t)0x00000000U)
#define HAL_SPDIFRX_ERROR_OVR   ((uint32_t)0x00000002U)

OVR error

Definition at line 214 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_IRQHandler().

#define HAL_SPDIFRX_ERROR_PE   ((uint32_t)0x00000004U)

Parity error

Definition at line 215 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_IRQHandler().

#define HAL_SPDIFRX_ERROR_TIMEOUT   ((uint32_t)0x00000001U)

Timeout error

Definition at line 213 of file stm32h7xx_hal_spdifrx.h.

#define HAL_SPDIFRX_ERROR_UNKNOWN   ((uint32_t)0x00000010U)

Unknown Error error

Definition at line 217 of file stm32h7xx_hal_spdifrx.h.