Type specifying a bit in an uint32_t
More...
Type specifying a bit in an uint32_t
Definition at line 193 of file atomic_utils.h.
#include <atomic_utils.h>
Data Fields | |
volatile uint32_t * | dest |
Memory containing the bit to set/clear. | |
uint32_t | mask |
Bitmask used for setting the bit. | |
volatile uint32_t* atomic_bit_u32_t::dest |
Memory containing the bit to set/clear.
Definition at line 194 of file atomic_utils.h.
uint32_t atomic_bit_u32_t::mask |
Bitmask used for setting the bit.
Definition at line 195 of file atomic_utils.h.