Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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.
 

Detailed Description

NXP MCUX LPC GPIO controller.

Function Documentation

◆ gpio_mcux_lpc_trigger_cb()

void gpio_mcux_lpc_trigger_cb ( const struct device dev,
uint32_t  pins 
)

#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.

Parameters
devPointer to the device structure for the driver instance.
pinsThe actual pin mask that triggered the interrupt.