Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.h26 typedef void (*nrf_gpio_input_callback_t)(unsigned int port, unsigned int n, bool value); typedef
32 void nrf_gpio_test_register_in_callback(nrf_gpio_input_callback_t fptr);
33 void nrf_gpio_test_register_out_callback(nrf_gpio_input_callback_t fptr);
DNRF_GPIO.c127 static nrf_gpio_input_callback_t test_intoggle_callback;
128 static nrf_gpio_input_callback_t test_outtoggle_callback;
166 void nrf_gpio_test_register_in_callback(nrf_gpio_input_callback_t fptr) { in nrf_gpio_test_register_in_callback()
173 void nrf_gpio_test_register_out_callback(nrf_gpio_input_callback_t fptr) { in nrf_gpio_test_register_out_callback()