void ATOMIC_INT_ADD(atomic_int_t *counter, int value);
Description
ATOMIC_INT_ADD( )
adds value to the integer value stored within the
ATOMIC_INT(D4)
object pointed to by counter.
The result of the addition is stored
back into the object referenced by counter.
Arguments
counter
Points to an ATOMIC_INT object to be modified by the addition.