test public

Dependencies:   HttpServer_snapshot_mbed-os

Embed: (wiki syntax)

« Back to documentation index

R_BSP_SpdifDef.h File Reference

R_BSP_SpdifDef.h File Reference

SPDIF defines. More...

Go to the source code of this file.

Data Structures

struct  spdif_channel_cfg_t
 This structure contains the configuration settings. More...

Enumerations

enum  spdif_chcfg_cks_t { SPDIF_CFG_CKS_AUDIO_X1 = 0, SPDIF_CFG_CKS_AUDIO_CLK = 1 }
 

CTRL:CKS(Clock source for oversampling)

More...
enum  spdif_chcfg_audio_bit_t { SPDIF_CFG_AUDIO_BIT_16 = 0, SPDIF_CFG_AUDIO_BIT_20 = 1, SPDIF_CFG_AUDIO_BIT_24 = 2 }
 

CTRL:RASS,TASS(Audio bit length)

More...

Detailed Description

SPDIF defines.

Definition in file R_BSP_SpdifDef.h.


Enumeration Type Documentation

CTRL:RASS,TASS(Audio bit length)

Enumerator:
SPDIF_CFG_AUDIO_BIT_16 

Audio bit length 16.

SPDIF_CFG_AUDIO_BIT_20 

Audio bit length 20.

SPDIF_CFG_AUDIO_BIT_24 

Audio bit length 24.

Definition at line 70 of file R_BSP_SpdifDef.h.

CTRL:CKS(Clock source for oversampling)

Enumerator:
SPDIF_CFG_CKS_AUDIO_X1 

select AUDIO_X1

SPDIF_CFG_CKS_AUDIO_CLK 

select AUIDIO_CLK

Definition at line 63 of file R_BSP_SpdifDef.h.