Type specifying a bit in an uint16_t
More...
Type specifying a bit in an uint16_t
Definition at line 183 of file atomic_utils.h.
#include <atomic_utils.h>
Data Fields | |
volatile uint16_t * | dest |
Memory containing the bit to set/clear. | |
uint16_t | mask |
Bitmask used for setting the bit. | |
volatile uint16_t* atomic_bit_u16_t::dest |
Memory containing the bit to set/clear.
Definition at line 184 of file atomic_utils.h.
uint16_t atomic_bit_u16_t::mask |
Bitmask used for setting the bit.
Definition at line 185 of file atomic_utils.h.