STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define SPDIFRX_CHANNELSTATUS_OFF   ((uint32_t)0x00000000U) /* The channel status and user bits are copied into the SPDIF_DR */
 
#define SPDIFRX_CHANNELSTATUS_ON   ((uint32_t)SPDIFRX_CR_CUMSK) /* The channel status and user bits are not copied into the SPDIF_DR, zeros are written instead*/
 

Detailed Description

Macro Definition Documentation

#define SPDIFRX_CHANNELSTATUS_OFF   ((uint32_t)0x00000000U) /* The channel status and user bits are copied into the SPDIF_DR */

Definition at line 243 of file stm32f7xx_hal_spdifrx.h.

#define SPDIFRX_CHANNELSTATUS_ON   ((uint32_t)SPDIFRX_CR_CUMSK) /* The channel status and user bits are not copied into the SPDIF_DR, zeros are written instead*/

Definition at line 244 of file stm32f7xx_hal_spdifrx.h.