Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c116 nrf_gpio_input_callback_hw_t per_intoggle_callbacks[NHW_GPIO_MAX_PINS_PER_PORT]; member
287 st->per_intoggle_callbacks[n] = fptr; in nrf_gpio_peri_pin_control()
413 if (st->per_intoggle_callbacks[n] != NULL) { in nrf_gpio_input_change_sideeffects()
414 st->per_intoggle_callbacks[n](port, n, level, st->per_intoggle_cb_data[n]); in nrf_gpio_input_change_sideeffects()