Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
24
extern
"C"
{
25
#endif
26
28
extern
const
uint8_t _gpio_to_iomux[];
30
extern
const
uint8_t _iomux_to_gpio[];
31
32
#ifdef __cplusplus
33
}
34
#endif
35
36
#endif
/* DOXYGEN */
gpio_arch_common.h
Architecture specific GPIO functions for ESP SoCs.
Generated on Mon Sep 15 2025 13:46:10 by
1.13.2