Macros | |
#define | I2S_AudioFreq_11k ((uint32_t)11025) |
#define | I2S_AudioFreq_16k ((uint32_t)16000) |
#define | I2S_AudioFreq_192k ((uint32_t)192000) |
#define | I2S_AudioFreq_22k ((uint32_t)22050) |
#define | I2S_AudioFreq_32k ((uint32_t)32000) |
#define | I2S_AudioFreq_44k ((uint32_t)44100) |
#define | I2S_AudioFreq_48k ((uint32_t)48000) |
#define | I2S_AudioFreq_8k ((uint32_t)8000) |
#define | I2S_AudioFreq_96k ((uint32_t)96000) |
#define | I2S_AudioFreq_Default ((uint32_t)2) |
#define | IS_I2S_AUDIO_FREQ(FREQ) |
#define I2S_AudioFreq_11k ((uint32_t)11025) |
Definition at line 333 of file stm32f4xx_spi.h.
#define I2S_AudioFreq_16k ((uint32_t)16000) |
Definition at line 332 of file stm32f4xx_spi.h.
#define I2S_AudioFreq_192k ((uint32_t)192000) |
Definition at line 326 of file stm32f4xx_spi.h.
#define I2S_AudioFreq_22k ((uint32_t)22050) |
Definition at line 331 of file stm32f4xx_spi.h.
#define I2S_AudioFreq_32k ((uint32_t)32000) |
Definition at line 330 of file stm32f4xx_spi.h.
#define I2S_AudioFreq_44k ((uint32_t)44100) |
Definition at line 329 of file stm32f4xx_spi.h.
#define I2S_AudioFreq_48k ((uint32_t)48000) |
Definition at line 328 of file stm32f4xx_spi.h.
#define I2S_AudioFreq_8k ((uint32_t)8000) |
Definition at line 334 of file stm32f4xx_spi.h.
#define I2S_AudioFreq_96k ((uint32_t)96000) |
Definition at line 327 of file stm32f4xx_spi.h.
#define I2S_AudioFreq_Default ((uint32_t)2) |
Definition at line 335 of file stm32f4xx_spi.h.
#define IS_I2S_AUDIO_FREQ | ( | FREQ | ) |
Definition at line 337 of file stm32f4xx_spi.h.