HAL
SPDIFRX_InitTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...

SPDIFRX_InitTypeDef struct

SPDIFRX Init structure definition

Syntax

typedef struct {   uint32_t InputSelection;              uint32_t Retries;                     uint32_t WaitForActivity;             uint32_t ChannelSelection;            uint32_t DataFormat;                  uint32_t StereoMode;                  uint32_t PreambleTypeMask;            uint32_t ChannelStatusMask;           uint32_t ValidityBitMask;             uint32_t ParityErrorMask;           } SPDIFRX_InitTypeDef;

Fields

InputSelection

Specifies the SPDIF input selection. This parameter can be a value of SPDIFRX_Input_Selection. Read more...

Retries

Specifies the Maximum allowed re-tries during synchronization phase. This parameter can be a value of SPDIFRX_Max_Retries. Read more...

WaitForActivity

Specifies the wait for activity on SPDIF selected input. This parameter can be a value of SPDIFRX_Wait_For_Activity. Read more...

ChannelSelection

Specifies whether the control flow will take the channel status from channel A or B. This parameter can be a value of SPDIFRX_Channel_Selection. Read more...

DataFormat

Specifies the Data samples format (LSB, MSB, ...). This parameter can be a value of SPDIFRX_Data_Format. Read more...

StereoMode

Specifies whether the peripheral is in stereo or mono mode. This parameter can be a value of SPDIFRX_Stereo_Mode. Read more...

PreambleTypeMask

Specifies whether The preamble type bits are copied or not into the received frame. This parameter can be a value of SPDIFRX_PT_Mask. Read more...

ChannelStatusMask

Specifies whether the channel status and user bits are copied or not into the received frame. This parameter can be a value of SPDIFRX_ChannelStatus_Mask. Read more...

ValidityBitMask

Specifies whether the validity bit is copied or not into the received frame. This parameter can be a value of SPDIFRX_V_Mask. Read more...

ParityErrorMask

Specifies whether the parity error bit is copied or not into the received frame. This parameter can be a value of SPDIFRX_PE_Mask. Read more...

Type Use

Variables of SPDIFRX_InitTypeDef type
all items filtered out
SPDIFRX_InitTypeDef
all items filtered out
SPDIFRX_InitTypeDef
all items filtered out