Type specifying a bit in an uint64_t
More...
Type specifying a bit in an uint64_t
Definition at line 203 of file atomic_utils.h.
#include <atomic_utils.h>
Data Fields | |
volatile uint64_t * | dest |
Memory containing the bit to set/clear. | |
uint64_t | mask |
Bitmask used for setting the bit. | |
volatile uint64_t* atomic_bit_u64_t::dest |
Memory containing the bit to set/clear.
Definition at line 204 of file atomic_utils.h.
uint64_t atomic_bit_u64_t::mask |
Bitmask used for setting the bit.
Definition at line 205 of file atomic_utils.h.