Searched refs:nrf_i2s_pins_set (Results 1 – 3 of 3) sorted by relevance
120 nrf_i2s_pins_set(p_reg, &p_config->pins); in nrfy_i2s_periph_configure()412 nrf_i2s_pins_set(p_reg, p_pins); in nrfy_i2s_pins_set()
420 NRF_STATIC_INLINE void nrf_i2s_pins_set(NRF_I2S_Type * p_reg, nrf_i2s_pins_t const * p_pins);638 NRF_STATIC_INLINE void nrf_i2s_pins_set(NRF_I2S_Type * p_reg, nrf_i2s_pins_t const * p_pins) in nrf_i2s_pins_set() function
120 - Changed the prototypes of the nrf_i2s_pins_set() and nrf_i2s_configure() functions in the I2S HAL…