STM32F439xx 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 222 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_16K   (16000U)

Definition at line 221 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_192K   (192000U)

Definition at line 215 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_22K   (22050U)

Definition at line 220 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_32K   (32000U)

Definition at line 219 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_44K   (44100U)

Definition at line 218 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_48K   (48000U)

Definition at line 217 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_8K   (8000U)

Definition at line 223 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_96K   (96000U)

Definition at line 216 of file stm32f4xx_hal_i2s.h.

#define I2S_AUDIOFREQ_DEFAULT   (2U)

Definition at line 224 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().