Zephyr API 3.6.99
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
7#ifndef ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_PCAL64XXA_H_
8#define ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_PCAL64XXA_H_
9
10#include <zephyr/device.h>
11#include <zephyr/drivers/gpio.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
27int pcal64xxa_reset(const struct device *dev);
28
29#ifdef __cplusplus
30}
31#endif
32
33#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:403