Underlying atomic uint32_t value. More...
#include <picofuse/sys.h>
Data Fields | |
| uint32_t | value |
| Raw atomic storage; use sys_atomic_* APIs instead. | |
Underlying atomic uint32_t value.
Do not access the value directly; use the sys_atomic_* APIs. in order to maintain thread safety.