Module atomic

Module atomic 

Source
Expand description

Atomic abstractions for single and multi-core systems.

Structs§

AtomicBool
A boolean type which can be safely shared between threads.
AtomicU8
An integer type which can be safely shared between threads.
AtomicU64
An atomic u64 implemented by disabling interrupts around each operation.

Enums§

Ordering
Atomic memory orderings

Functions§

irq_free