Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h69 NRFY_STATIC_INLINE void nrfy_gpio_cfg(uint32_t pin_number, in nrfy_gpio_cfg() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twim.c74 #define TWIM_PIN_INIT(_pin, _drive) nrfy_gpio_cfg((_pin), \
Dnrfx_spim.c266 nrfy_gpio_cfg(pin, dir, input, pull, drive, NRF_GPIO_PIN_NOSENSE); in pin_init()