Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
28
extern
"C"
{
29
#endif
30
32
extern
const
uint8_t _gpio_to_iomux[];
34
extern
const
uint8_t _iomux_to_gpio[];
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
/* DOXYGEN */
41
#endif
/* GPIO_ARCH_H */
gpio_arch_common.h
Architecture specific GPIO functions for ESP SoCs.
Generated on Tue Nov 24 2020 19:46:50 by
1.8.17