Loading...
Searching...
No Matches
gpio_arch.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2019 Gunar Schorcht
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
20#ifndef GPIO_ARCH_H
21#define GPIO_ARCH_H
22
23#include "gpio_arch_common.h"
24
25#ifndef DOXYGEN
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
32extern const uint8_t _gpio_to_iomux[];
34extern const uint8_t _iomux_to_gpio[];
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* DOXYGEN */
41#endif /* GPIO_ARCH_H */
Architecture specific GPIO functions for ESP SoCs.