Searched refs:nrfx_twis_config_pin (Results 1 – 1 of 1) sorted by relevance
146 static inline void nrfx_twis_config_pin(uint32_t pin, nrf_gpio_pin_pull_t pull) in nrfx_twis_config_pin() function506 nrfx_twis_config_pin(p_config->scl, p_config->scl_pull); in nrfx_twis_init()507 nrfx_twis_config_pin(p_config->sda, p_config->sda_pull); in nrfx_twis_init()
Completed in 3 milliseconds