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
►
RIOT Documentation
mutex.doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
RIOT Vision
►
Governance of the RIOT Community
►
Roadmap
►
Code of Conduct Information
►
Creating modules
►
Creating an application
►
Porting boards
►
Writing a Device Driver in RIOT
►
Getting started
►
Flashing via RIOT's Build System
►
Terminal programs configuration
►
Build In Docker
►
Running and creating tests
►
Hints for quicker & better RIOT development
►
Build System Basics
►
List of Features (Features as Build System Enties)
►
Kconfig in RIOT
►
Using C++ in RIOT
►
Using Rust in RIOT
►
Advanced build system tricks
►
Debugging Tools
►
Emulators
►
Release cycle
►
IO-Mapping and Shields
►
Changelog
►
Removed Features and Modules
Deprecated List
Todo List
Supported Boards
►
Modules
►
Namespaces
►
Data Structures
▼
Files
▼
File List
►
boards
►
core
▼
cpu
►
arm7_common
►
arm7tdmi_gba
►
atmega1281
►
atmega1284p
►
atmega128rfa1
►
atmega2560
►
atmega256rfr2
►
atmega328p
►
atmega32u4
►
atmega8
►
atmega_common
►
atxmega
►
avr8_common
►
cc2538
►
cc26x0_cc13x0
►
cc26x2_cc13x2
►
cc26xx_cc13xx
▼
cortexm_common
▼
include
▼
c11_atomics_compat_cpu
gcc.hpp
llvm.hpp
architecture_arch.h
atomic_utils_arch.h
c11_atomics_compat_cpu.hpp
►
cpu.h
►
cpu_conf_common.h
►
irq_arch.h
►
mpu.h
thread_arch.h
►
vectors_cortexm.h
►
efm32
►
esp32
►
esp8266
►
esp_common
►
fe310
►
gd32v
►
kinetis
►
lm4f120
►
lpc1768
►
lpc23xx
►
msp430
►
native
►
nrf51
►
nrf52
►
nrf53
►
nrf5x_common
►
nrf9160
►
qn908x
►
riscv_common
►
rpx0xx
►
sam0_common
►
sam3
►
sam4s
►
sam_common
►
samd21
►
samd5x
►
saml1x
►
saml21
►
stm32
►
dist
►
drivers
►
makefiles
►
pkg
►
sys
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
gcc.hpp
1
/* This file was automatically generated using ./dist/tools/generate_c11_atomics_cpp_compat_header/generate_c11_atomics_cpp_compat_header.sh */
2
#pragma once
3
4
#define ATOMIC_BOOL_SIZE (1U)
5
#define ATOMIC_BOOL_SAME_SIZED_TYPE uint8_t
6
#define ATOMIC_CHAR_SIZE (1U)
7
#define ATOMIC_CHAR_SAME_SIZED_TYPE uint8_t
8
#define ATOMIC_SCHAR_SIZE (1U)
9
#define ATOMIC_SCHAR_SAME_SIZED_TYPE uint8_t
10
#define ATOMIC_UCHAR_SIZE (1U)
11
#define ATOMIC_UCHAR_SAME_SIZED_TYPE uint8_t
12
#define ATOMIC_SHORT_SIZE (2U)
13
#define ATOMIC_SHORT_SAME_SIZED_TYPE uint16_t
14
#define ATOMIC_USHORT_SIZE (2U)
15
#define ATOMIC_USHORT_SAME_SIZED_TYPE uint16_t
16
#define ATOMIC_INT_SIZE (4U)
17
#define ATOMIC_INT_SAME_SIZED_TYPE uint32_t
18
#define ATOMIC_UINT_SIZE (4U)
19
#define ATOMIC_UINT_SAME_SIZED_TYPE uint32_t
20
#define ATOMIC_LONG_SIZE (4U)
21
#define ATOMIC_LONG_SAME_SIZED_TYPE uint32_t
22
#define ATOMIC_ULONG_SIZE (4U)
23
#define ATOMIC_ULONG_SAME_SIZED_TYPE uint32_t
24
#define ATOMIC_LLONG_SIZE (8U)
25
#define ATOMIC_LLONG_SAME_SIZED_TYPE uint64_t
26
#define ATOMIC_ULLONG_SIZE (8U)
27
#define ATOMIC_ULLONG_SAME_SIZED_TYPE uint64_t
28
#define ATOMIC_INT_LEAST8_T_SIZE (1U)
29
#define ATOMIC_INT_LEAST8_T_SAME_SIZED_TYPE uint8_t
30
#define ATOMIC_UINT_LEAST8_T_SIZE (1U)
31
#define ATOMIC_UINT_LEAST8_T_SAME_SIZED_TYPE uint8_t
32
#define ATOMIC_INT_LEAST16_T_SIZE (2U)
33
#define ATOMIC_INT_LEAST16_T_SAME_SIZED_TYPE uint16_t
34
#define ATOMIC_UINT_LEAST16_T_SIZE (2U)
35
#define ATOMIC_UINT_LEAST16_T_SAME_SIZED_TYPE uint16_t
36
#define ATOMIC_INT_LEAST32_T_SIZE (4U)
37
#define ATOMIC_INT_LEAST32_T_SAME_SIZED_TYPE uint32_t
38
#define ATOMIC_UINT_LEAST32_T_SIZE (4U)
39
#define ATOMIC_UINT_LEAST32_T_SAME_SIZED_TYPE uint32_t
40
#define ATOMIC_INT_LEAST64_T_SIZE (8U)
41
#define ATOMIC_INT_LEAST64_T_SAME_SIZED_TYPE uint64_t
42
#define ATOMIC_UINT_LEAST64_T_SIZE (8U)
43
#define ATOMIC_UINT_LEAST64_T_SAME_SIZED_TYPE uint64_t
44
#define ATOMIC_INT_FAST8_T_SIZE (4U)
45
#define ATOMIC_INT_FAST8_T_SAME_SIZED_TYPE uint32_t
46
#define ATOMIC_UINT_FAST8_T_SIZE (4U)
47
#define ATOMIC_UINT_FAST8_T_SAME_SIZED_TYPE uint32_t
48
#define ATOMIC_INT_FAST16_T_SIZE (4U)
49
#define ATOMIC_INT_FAST16_T_SAME_SIZED_TYPE uint32_t
50
#define ATOMIC_UINT_FAST16_T_SIZE (4U)
51
#define ATOMIC_UINT_FAST16_T_SAME_SIZED_TYPE uint32_t
52
#define ATOMIC_INT_FAST32_T_SIZE (4U)
53
#define ATOMIC_INT_FAST32_T_SAME_SIZED_TYPE uint32_t
54
#define ATOMIC_UINT_FAST32_T_SIZE (4U)
55
#define ATOMIC_UINT_FAST32_T_SAME_SIZED_TYPE uint32_t
56
#define ATOMIC_INT_FAST64_T_SIZE (8U)
57
#define ATOMIC_INT_FAST64_T_SAME_SIZED_TYPE uint64_t
58
#define ATOMIC_UINT_FAST64_T_SIZE (8U)
59
#define ATOMIC_UINT_FAST64_T_SAME_SIZED_TYPE uint64_t
60
#define ATOMIC_INTPTR_T_SIZE (4U)
61
#define ATOMIC_INTPTR_T_SAME_SIZED_TYPE uint32_t
62
#define ATOMIC_UINTPTR_T_SIZE (4U)
63
#define ATOMIC_UINTPTR_T_SAME_SIZED_TYPE uint32_t
64
#define ATOMIC_SIZE_T_SIZE (4U)
65
#define ATOMIC_SIZE_T_SAME_SIZED_TYPE uint32_t
66
#define ATOMIC_PTRDIFF_T_SIZE (4U)
67
#define ATOMIC_PTRDIFF_T_SAME_SIZED_TYPE uint32_t
68
#define ATOMIC_INTMAX_T_SIZE (8U)
69
#define ATOMIC_INTMAX_T_SAME_SIZED_TYPE uint64_t
70
#define ATOMIC_UINTMAX_T_SIZE (8U)
71
#define ATOMIC_UINTMAX_T_SAME_SIZED_TYPE uint64_t
Generated on Thu Apr 3 2025 08:02:12 by
1.12.0