STM32H735xx HAL User Manual
Defines
SPDIFRX Flags Definition
SPDIFRX Exported Constants

Defines

#define SPDIFRX_FLAG_RXNE   ((uint32_t)SPDIFRX_SR_RXNE)
#define SPDIFRX_FLAG_CSRNE   ((uint32_t)SPDIFRX_SR_CSRNE)
#define SPDIFRX_FLAG_PERR   ((uint32_t)SPDIFRX_SR_PERR)
#define SPDIFRX_FLAG_OVR   ((uint32_t)SPDIFRX_SR_OVR)
#define SPDIFRX_FLAG_SBD   ((uint32_t)SPDIFRX_SR_SBD)
#define SPDIFRX_FLAG_SYNCD   ((uint32_t)SPDIFRX_SR_SYNCD)
#define SPDIFRX_FLAG_FERR   ((uint32_t)SPDIFRX_SR_FERR)
#define SPDIFRX_FLAG_SERR   ((uint32_t)SPDIFRX_SR_SERR)
#define SPDIFRX_FLAG_TERR   ((uint32_t)SPDIFRX_SR_TERR)

Define Documentation

#define SPDIFRX_FLAG_CSRNE   ((uint32_t)SPDIFRX_SR_CSRNE)

Definition at line 349 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_IRQHandler(), and HAL_SPDIFRX_ReceiveCtrlFlow().

#define SPDIFRX_FLAG_FERR   ((uint32_t)SPDIFRX_SR_FERR)

Definition at line 354 of file stm32h7xx_hal_spdifrx.h.

#define SPDIFRX_FLAG_OVR   ((uint32_t)SPDIFRX_SR_OVR)

Definition at line 351 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_IRQHandler().

#define SPDIFRX_FLAG_PERR   ((uint32_t)SPDIFRX_SR_PERR)

Definition at line 350 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_IRQHandler().

#define SPDIFRX_FLAG_RXNE   ((uint32_t)SPDIFRX_SR_RXNE)

Definition at line 348 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_IRQHandler(), and HAL_SPDIFRX_ReceiveDataFlow().

#define SPDIFRX_FLAG_SBD   ((uint32_t)SPDIFRX_SR_SBD)

Definition at line 352 of file stm32h7xx_hal_spdifrx.h.

#define SPDIFRX_FLAG_SERR   ((uint32_t)SPDIFRX_SR_SERR)

Definition at line 355 of file stm32h7xx_hal_spdifrx.h.

#define SPDIFRX_FLAG_SYNCD   ((uint32_t)SPDIFRX_SR_SYNCD)
#define SPDIFRX_FLAG_TERR   ((uint32_t)SPDIFRX_SR_TERR)

Definition at line 356 of file stm32h7xx_hal_spdifrx.h.