Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dnxp_pint.h73 int nxp_pint_pin_set_callback(uint8_t pin, nxp_pint_cb_t cb, void *data);
/Zephyr-latest/drivers/interrupt_controller/
Dintc_nxp_pint.c139 int nxp_pint_pin_set_callback(uint8_t pin, nxp_pint_cb_t cb, void *data) in nxp_pint_pin_set_callback() function
/Zephyr-latest/drivers/gpio/
Dgpio_mcux_lpc.c297 return nxp_pint_pin_set_callback((port * 32) + pin, in gpio_mcux_lpc_pint_interrupt_cfg()