63 #if defined(__cplusplus) void atomic_inc(atomic_t *counter)
increment atomic counter without interruption.
volatile unsigned char atomic_t
The data type that allows for atomic count operations.
void atomic_dec(atomic_t *counter)
decrement atomic counter without interruption.