STM32H735xx HAL User Manual
Data Fields
SPDIFRX_InitTypeDef Struct Reference

SPDIFRX Init structure definition. More...

#include <stm32h7xx_hal_spdifrx.h>

Data Fields

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
FunctionalState SymbolClockGen
FunctionalState BackupSymbolClockGen

Detailed Description

SPDIFRX Init structure definition.

Definition at line 48 of file stm32h7xx_hal_spdifrx.h.


Field Documentation

Enable/Disable the SPDIFRX Backup Symbol Clock generation. This parameter can be set to Enable or Disable

Definition at line 82 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

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

Definition at line 59 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

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 71 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

Specifies the Data samples format (LSB, MSB, ...). This parameter can be a value of SPDIFRX Data Format

Definition at line 62 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

Specifies the SPDIF input selection. This parameter can be a value of SPDIFRX Input Selection

Definition at line 50 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

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 77 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

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 68 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

Specifies the Maximum allowed re-tries during synchronization phase. This parameter can be a value of SPDIFRX Maximum Retries

Definition at line 53 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

Specifies whether the peripheral is in stereo or mono mode. This parameter can be a value of SPDIFRX Stereo Mode

Definition at line 65 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

Enable/Disable the SPDIFRX Symbol Clock generation. This parameter can be set to Enable or Disable

Definition at line 79 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

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 74 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().

Specifies the wait for activity on SPDIF selected input. This parameter can be a value of SPDIFRX Wait For Activity.

Definition at line 56 of file stm32h7xx_hal_spdifrx.h.

Referenced by HAL_SPDIFRX_Init().


The documentation for this struct was generated from the following file: