Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dnxp_pint.h45 typedef void (*nxp_pint_cb_t) (uint8_t pin, void *user); typedef
73 int nxp_pint_pin_set_callback(uint8_t pin, nxp_pint_cb_t cb, void *data);
/Zephyr-latest/drivers/interrupt_controller/
Dintc_nxp_pint.c23 nxp_pint_cb_t callback;
139 int nxp_pint_pin_set_callback(uint8_t pin, nxp_pint_cb_t cb, void *data) in nxp_pint_pin_set_callback()