Searched refs:nrf_i2s_configure (Results 1 – 3 of 3) sorted by relevance
113 nrf_i2s_configure(p_reg, &p_config->config); in nrfy_i2s_periph_configure()464 nrf_i2s_configure(p_reg, p_config); in nrfy_i2s_configure()
473 NRF_STATIC_INLINE void nrf_i2s_configure(NRF_I2S_Type * p_reg, nrf_i2s_config_t const * p_config);672 NRF_STATIC_INLINE void nrf_i2s_configure(NRF_I2S_Type * p_reg, nrf_i2s_config_t const * p_config) in nrf_i2s_configure() function
120 - Changed the prototypes of the nrf_i2s_pins_set() and nrf_i2s_configure() functions in the I2S HAL…