Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.h40 void nrf_gpio_peri_change_output(unsigned int port, unsigned int n, bool value);
DNRF_GPIOTE.c138 nrf_gpio_peri_change_output(sc->port, sc->pin, sc->level); in nrf_gpiote_TASKS_OUT()
148 nrf_gpio_peri_change_output(sc->port, sc->pin, sc->level); in nrf_gpiote_TASKS_SET()
158 nrf_gpio_peri_change_output(sc->port, sc->pin, sc->level); in nrf_gpiote_TASKS_CLR()
DNRF_GPIO.c312 void nrf_gpio_peri_change_output(unsigned int port, unsigned int n, bool value) in nrf_gpio_peri_change_output() function