Searched refs:sample_width (Results 1 – 3 of 3) sorted by relevance
75 nrf_i2s_swidth_t sample_width; ///< Sample width. member129 .sample_width = NRF_I2S_SWIDTH_16BIT, \
430 nrf_i2s_swidth_t sample_width,641 nrf_i2s_swidth_t sample_width, in nrf_i2s_configure() argument649 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()
208 p_config->sample_width, in nrfx_i2s_init()
Completed in 7 milliseconds