Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_twi.h79 uint32_t scl; ///< SCL pin number. member
112 .scl = _pin_scl, \
/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
784 p_reg->PSEL.SCL = scl; 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()
233 TWI_PIN_INIT(p_config->scl); in nrfx_twi_init()