STM32F479xx HAL User Manual
Defines
I2S Audio Frequency
I2S Exported Constants

Defines

#define I2S_AUDIOFREQ_192K   (192000U)
#define I2S_AUDIOFREQ_96K   (96000U)
#define I2S_AUDIOFREQ_48K   (48000U)
#define I2S_AUDIOFREQ_44K   (44100U)
#define I2S_AUDIOFREQ_32K   (32000U)
#define I2S_AUDIOFREQ_22K   (22050U)
#define I2S_AUDIOFREQ_16K   (16000U)
#define I2S_AUDIOFREQ_11K   (11025U)
#define I2S_AUDIOFREQ_8K   (8000U)
#define I2S_AUDIOFREQ_DEFAULT   (2U)

Define Documentation

#define I2S_AUDIOFREQ_11K   (11025U)

Definition at line 242 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_16K   (16000U)

Definition at line 241 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_192K   (192000U)

Definition at line 235 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_22K   (22050U)

Definition at line 240 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_32K   (32000U)

Definition at line 239 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_44K   (44100U)

Definition at line 238 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_48K   (48000U)

Definition at line 237 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_8K   (8000U)

Definition at line 243 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_96K   (96000U)

Definition at line 236 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_DEFAULT   (2U)

Definition at line 244 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().