Home
last modified time | relevance | path

Searched refs:sda (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_twi.h80 uint32_t sda; ///< SDA pin number. member
113 .sda = _pin_sda, \
/hal_nordic-latest/nrfx/hal/
Dnrf_twis.h390 NRF_STATIC_INLINE void nrf_twis_pins_set(NRF_TWIS_Type * p_reg, uint32_t scl, uint32_t sda);
782 NRF_STATIC_INLINE void nrf_twis_pins_set(NRF_TWIS_Type * p_reg, uint32_t scl, uint32_t sda) in nrf_twis_pins_set() argument
785 p_reg->PSEL.SDA = sda; in nrf_twis_pins_set()
/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()
232 NRFX_ASSERT(p_config->scl != p_config->sda); in nrfx_twi_init()
234 TWI_PIN_INIT(p_config->sda); in nrfx_twi_init()