Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.h27 typedef void (*nrf_gpio_input_callback_hw_t)(unsigned int port, unsigned int n, bool value, void *f… typedef
39 nrf_gpio_input_callback_hw_t fptr, void *fptr_data, int new_level);
DNRF_GPIO.c116 nrf_gpio_input_callback_hw_t per_intoggle_callbacks[NHW_GPIO_MAX_PINS_PER_PORT];
252 nrf_gpio_input_callback_hw_t fptr, void *fptr_data, int new_level) { in nrf_gpio_peri_pin_control()