Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h273 __STATIC_INLINE void nrf_gpio_pin_toggle(uint32_t pin_number);
641 __STATIC_INLINE void nrf_gpio_pin_toggle(uint32_t pin_number) in nrf_gpio_pin_toggle() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_gpiote.c395 nrf_gpio_pin_toggle(pin); in nrfx_gpiote_out_toggle()