Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_twi.h247 NRF_STATIC_INLINE void nrf_twi_pins_set(NRF_TWI_Type * p_reg,
411 NRF_STATIC_INLINE void nrf_twi_pins_set(NRF_TWI_Type * p_reg, in nrf_twi_pins_set() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twi.c164 nrf_twi_pins_set(p_instance->p_twi, p_config->scl, p_config->sda); in twi_configure()