Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
periph_cpu_esp32c3.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2022 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
19
#ifndef PERIPH_CPU_ESP32C3_H
20
#define PERIPH_CPU_ESP32C3_H
21
22
#include "
sdkconfig.h
"
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
29
#define CLOCK_CORECLOCK (1000000UL * CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ)
30
34
#define CPU_CYCLES_PER_LOOP (4)
35
40
#define GPIO0 (GPIO_PIN(PORT_GPIO, 0))
41
#define GPIO1 (GPIO_PIN(PORT_GPIO, 1))
42
#define GPIO2 (GPIO_PIN(PORT_GPIO, 2))
43
#define GPIO3 (GPIO_PIN(PORT_GPIO, 3))
44
#define GPIO4 (GPIO_PIN(PORT_GPIO, 4))
45
#define GPIO5 (GPIO_PIN(PORT_GPIO, 5))
46
#define GPIO6 (GPIO_PIN(PORT_GPIO, 6))
47
#define GPIO7 (GPIO_PIN(PORT_GPIO, 7))
48
#define GPIO8 (GPIO_PIN(PORT_GPIO, 8))
49
#define GPIO9 (GPIO_PIN(PORT_GPIO, 9))
50
#define GPIO10 (GPIO_PIN(PORT_GPIO, 10))
51
#define GPIO11 (GPIO_PIN(PORT_GPIO, 11))
52
#define GPIO12 (GPIO_PIN(PORT_GPIO, 12))
53
#define GPIO13 (GPIO_PIN(PORT_GPIO, 13))
54
#define GPIO14 (GPIO_PIN(PORT_GPIO, 14))
55
#define GPIO15 (GPIO_PIN(PORT_GPIO, 15))
56
#define GPIO16 (GPIO_PIN(PORT_GPIO, 16))
57
#define GPIO17 (GPIO_PIN(PORT_GPIO, 17))
58
#define GPIO18 (GPIO_PIN(PORT_GPIO, 18))
59
#define GPIO19 (GPIO_PIN(PORT_GPIO, 19))
60
#define GPIO20 (GPIO_PIN(PORT_GPIO, 20))
61
#define GPIO21 (GPIO_PIN(PORT_GPIO, 21))
150
#ifdef MODULE_ESP_HW_COUNTER
151
#error "Counter based timers are not supported by ESP32-C3"
152
#endif
153
175
#ifdef __cplusplus
176
}
177
#endif
178
179
#endif
/* PERIPH_CPU_ESP32C3_H */
sdkconfig.h
SDK configuration used by ESP-IDF for all ESP32x SoC variants (families)
Generated on Thu Apr 3 2025 19:30:33 by
1.12.0