STM32H735xx HAL User Manual
|
SPDIFRX SetDataFormat structure definition. More...
#include <stm32h7xx_hal_spdifrx.h>
Data Fields | |
uint32_t | DataFormat |
uint32_t | StereoMode |
uint32_t | PreambleTypeMask |
uint32_t | ChannelStatusMask |
uint32_t | ValidityBitMask |
uint32_t | ParityErrorMask |
SPDIFRX SetDataFormat structure definition.
Definition at line 89 of file stm32h7xx_hal_spdifrx.h.
Specifies whether the channel status and user bits are copied or not into the received frame. This parameter can be a value of SPDIFRX Channel Status Mask
Definition at line 100 of file stm32h7xx_hal_spdifrx.h.
Referenced by HAL_SPDIFRX_SetDataFormat().
Specifies the Data samples format (LSB, MSB, ...). This parameter can be a value of SPDIFRX Data Format
Definition at line 91 of file stm32h7xx_hal_spdifrx.h.
Referenced by HAL_SPDIFRX_SetDataFormat().
Specifies whether the parity error bit is copied or not into the received frame. This parameter can be a value of SPDIFRX Parity Error Mask
Definition at line 106 of file stm32h7xx_hal_spdifrx.h.
Referenced by HAL_SPDIFRX_SetDataFormat().
Specifies whether The preamble type bits are copied or not into the received frame. This parameter can be a value of SPDIFRX Preamble Type Mask
Definition at line 97 of file stm32h7xx_hal_spdifrx.h.
Referenced by HAL_SPDIFRX_SetDataFormat().
Specifies whether the peripheral is in stereo or mono mode. This parameter can be a value of SPDIFRX Stereo Mode
Definition at line 94 of file stm32h7xx_hal_spdifrx.h.
Referenced by HAL_SPDIFRX_SetDataFormat().
Specifies whether the validity bit is copied or not into the received frame. This parameter can be a value of SPDIFRX Validity Mask
Definition at line 103 of file stm32h7xx_hal_spdifrx.h.
Referenced by HAL_SPDIFRX_SetDataFormat().