Loading...
Searching...
No Matches
gpio_arch.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 Gunar Schorcht
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
18
19#include "gpio_arch_common.h"
20
21#ifndef DOXYGEN
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
28extern const uint8_t _gpio_to_iomux[];
30extern const uint8_t _iomux_to_gpio[];
31
32#ifdef __cplusplus
33}
34#endif
35
36#endif /* DOXYGEN */
Architecture specific GPIO functions for ESP SoCs.