_i2s_init Struct Reference

I2S init Structure definition. More...

#include <gr55xx_hal_i2s.h>

Public Attributes

uint32_t data_size
 
uint32_t clock_source
 
uint32_t audio_freq
 

Detailed Description

I2S init Structure definition.

Definition at line 103 of file gr55xx_hal_i2s.h.

Member Data Documentation

◆ audio_freq

uint32_t _i2s_init::audio_freq

Specifies the frequency selected for the I2S communication.

Note
The communication clock is derived from the master clock. The slave clock does not need to be set.

Definition at line 111 of file gr55xx_hal_i2s.h.

◆ clock_source

uint32_t _i2s_init::clock_source

Specifies the source of the I2S clock. This parameter can be a value of I2S Clock Source

Definition at line 108 of file gr55xx_hal_i2s.h.

◆ data_size

uint32_t _i2s_init::data_size

Specifies the data size for I2S communication. This parameter can be a value of I2S Data Size

Definition at line 105 of file gr55xx_hal_i2s.h.


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