Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gpio_mcux_lpc.h File Reference
#include <zephyr/device.h>
#include <zephyr/drivers/gpio.h>

Go to the source code of this file.

Functions

void gpio_mcux_lpc_trigger_cb (const struct device *dev, uint32_t pins)
 Trigger a callback for a given pin.
 

Function Documentation

◆ gpio_mcux_lpc_trigger_cb()

void gpio_mcux_lpc_trigger_cb ( const struct device * dev,
uint32_t pins )

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.