Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
gpio_pcal64xxa.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 SILA Embedded Solutions GmbH
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
13#ifndef ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_PCAL64XXA_H_
14#define ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_PCAL64XXA_H_
15
23#include <zephyr/device.h>
24#include <zephyr/drivers/gpio.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
40int pcal64xxa_reset(const struct device *dev);
41
42#ifdef __cplusplus
43}
44#endif
45
50#endif /* ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_PCAL64XXA_H_ */
Public APIs for GPIO drivers.
int pcal64xxa_reset(const struct device *dev)
Manually reset a PCAL64XXA.
Runtime device structure (in ROM) per driver instance.
Definition device.h:510