picofuse

Data Fields
sys_atomic_t Struct Reference

Underlying atomic uint32_t value. More...

#include <picofuse/sys.h>

Data Fields

uint32_t value
 Raw atomic storage; use sys_atomic_* APIs instead.
 

Detailed Description

Underlying atomic uint32_t value.

Do not access the value directly; use the sys_atomic_* APIs. in order to maintain thread safety.

Definition at line 39 of file atomic.h.


The documentation for this struct was generated from the following file: