Home
last modified time | relevance | path

Searched refs:NRF_I2S_MODE_MASTER (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_i2s.h94 NRF_I2S_MODE_MASTER = I2S_CONFIG_MODE_MODE_Master, ///< Master mode. enumerator
551 if (mode == NRF_I2S_MODE_MASTER) in nrf_i2s_configure()
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_i2s.c87 if (p_config->mode == NRF_I2S_MODE_MASTER) in configure_pins()