hi_aio_i2s_type

Description

Defines the type of the device connected to the I2S interface.

Definition

typedef enum {
    HI_AIO_I2STYPE_INNERCODEC = 0, 
    HI_AIO_I2STYPE_INNERHDMI,      
    HI_AIO_I2STYPE_EXTERN 
} hi_aio_i2s_type;

Members

Member

Description

HI_AIO_I2STYPE_INNERCODEC

Connects to the built-in codec.

HI_AIO_I2STYPE_INNERHDMI

Connects to the built-in HDMI. Not supported by the Atlas 200I/500 A2 inference products.

HI_AIO_I2STYPE_EXTERN

Connects to an external device (such as a codec). Not supported by the Atlas 200I/500 A2 inference products.