Home
last modified time | relevance | path

Searched refs:sample_width (Results 1 – 3 of 3) sorted by relevance

/external/platform/nrfx/drivers/include/
A Dnrfx_i2s.h75 nrf_i2s_swidth_t sample_width; ///< Sample width. member
129 .sample_width = NRF_I2S_SWIDTH_16BIT, \
/external/platform/nrfx/hal/
A Dnrf_i2s.h430 nrf_i2s_swidth_t sample_width,
641 nrf_i2s_swidth_t sample_width, in nrf_i2s_configure() argument
649 if (((sample_width == NRF_I2S_SWIDTH_16BIT) && in nrf_i2s_configure()
652 ((sample_width == NRF_I2S_SWIDTH_24BIT) && in nrf_i2s_configure()
666 p_reg->CONFIG.SWIDTH = sample_width; in nrf_i2s_configure()
/external/platform/nrfx/drivers/src/
A Dnrfx_i2s.c208 p_config->sample_width, in nrfx_i2s_init()

Completed in 7 milliseconds