![]() |
nrfx 4.5.0
|
I2S configuration. More...
#include <nrf_i2s.h>
Data Fields | |
| nrf_i2s_mode_t | mode |
| nrf_i2s_format_t | format |
| nrf_i2s_align_t | alignment |
| nrf_i2s_swidth_t | sample_width |
| nrf_i2s_channels_t | channels |
| nrf_i2s_mck_t | mck_setup |
| nrf_i2s_ratio_t | ratio |
I2S configuration.
| nrf_i2s_align_t nrf_i2s_config_t::alignment |
Alignment of sample within a frame.
| nrf_i2s_channels_t nrf_i2s_config_t::channels |
Enabled channels.
| nrf_i2s_format_t nrf_i2s_config_t::format |
I2S frame format.
| nrf_i2s_mck_t nrf_i2s_config_t::mck_setup |
Master clock generator setup.
| nrf_i2s_mode_t nrf_i2s_config_t::mode |
Mode of operation (master or slave).
| nrf_i2s_ratio_t nrf_i2s_config_t::ratio |
MCK/LRCK ratio.
| nrf_i2s_swidth_t nrf_i2s_config_t::sample_width |
Sample width.