Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIOTE.c238 static void nrf_gpiote_input_change_ntf(unsigned int port, unsigned int pin_n, bool value, void *cb… in nrf_gpiote_input_change_ntf() function
377 nrf_gpio_peri_pin_control(port, pin, 1, 3, 2, nrf_gpiote_input_change_ntf, (void *)cb_data, -1); in nrf_gpiote_regw_sideeffects_CONFIG()