atomic_dec_32
atomic_dec_32(volatile uint32_t *target)
#define atomic_dec_32(x) atomic_subtract_32(x, 1)