Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twis.c142 static inline void nrfx_twis_config_pin(uint32_t pin, nrf_gpio_pin_pull_t pull) in nrfx_twis_config_pin() function
538 nrfx_twis_config_pin(p_config->scl_pin, p_config->scl_pull); in nrfx_twis_init()
539 nrfx_twis_config_pin(p_config->sda_pin, p_config->sda_pull); in nrfx_twis_init()