Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
NXP MCUX LPC GPIO controller. More...
Files | |
file | gpio_mcux_lpc.h |
Header file for NXP MCUX LPC GPIO driver. | |
Functions | |
void | gpio_mcux_lpc_trigger_cb (const struct device *dev, uint32_t pins) |
Trigger a callback for a given pin. | |
NXP MCUX LPC GPIO controller.
#include <include/zephyr/drivers/gpio/gpio_mcux_lpc.h>
Trigger a callback for a given pin.
This allows other drivers to fire callbacks for the pin.
dev | Pointer to the device structure for the driver instance. |
pins | The actual pin mask that triggered the interrupt. |