nrfx 3.3
Data Fields
nrf_i2s_config_t Struct Reference

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
 

Detailed Description

I2S configuration.

Field Documentation

◆ alignment

nrf_i2s_align_t nrf_i2s_config_t::alignment

Alignment of sample within a frame.

◆ channels

nrf_i2s_channels_t nrf_i2s_config_t::channels

Enabled channels.

◆ format

nrf_i2s_format_t nrf_i2s_config_t::format

I2S frame format.

◆ mck_setup

nrf_i2s_mck_t nrf_i2s_config_t::mck_setup

Master clock generator setup.

◆ mode

nrf_i2s_mode_t nrf_i2s_config_t::mode

Mode of operation (master or slave).

◆ ratio

nrf_i2s_ratio_t nrf_i2s_config_t::ratio

MCK/LRCK ratio.

◆ sample_width

nrf_i2s_swidth_t nrf_i2s_config_t::sample_width

Sample width.


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

Documentation feedback | Developer Zone | Subscribe | Updated