Zephyr API Documentation
4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
gpio_nrf.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_NRF_H
8
#define ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_NRF_H
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
21
void
*
gpio_nrf_gpiote_by_port_get
(
const
struct
device
*port);
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
/* ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_NRF_H */
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.
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:513
zephyr
drivers
gpio
gpio_nrf.h
Generated on
for Zephyr API Documentation by
1.15.0