Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
gpio_pca_series.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_PCA_SERIES_H_
14#define ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_PCA_SERIES_H_
15
22
23#include <zephyr/device.h>
24#include <zephyr/drivers/gpio.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
41int gpio_pca_series_reset(const struct device *dev);
42
43#ifdef __cplusplus
44}
45#endif
46
50
51#endif /* ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_PCA_SERIES_H_ */
Main header file for GPIO driver API.
int gpio_pca_series_reset(const struct device *dev)
Reset function of pca_series.
Runtime device structure (in ROM) per driver instance.
Definition device.h:513