Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
gpio_nrf.h File Reference

Go to the source code of this file.

Functions

void * gpio_nrf_gpiote_by_port_get (const struct device *port)
 Get pointer to GPIOTE driver instance associated with specified port device node.

Function Documentation

◆ gpio_nrf_gpiote_by_port_get()

void * gpio_nrf_gpiote_by_port_get ( const struct device * port)

Get pointer to GPIOTE driver instance associated with specified port device node.

Parameters
portPointer to port device node.
Returns
Pointer to GPIOTE driver instance. NULL if not found.