Type specifying a bit in an uint8_t
More...
Type specifying a bit in an uint8_t
Definition at line 173 of file atomic_utils.h.
#include <atomic_utils.h>
Data Fields | |
volatile uint8_t * | dest |
Memory containing the bit to set/clear. | |
uint8_t | mask |
Bitmask used for setting the bit. | |
volatile uint8_t* atomic_bit_u8_t::dest |
Memory containing the bit to set/clear.
Definition at line 174 of file atomic_utils.h.
uint8_t atomic_bit_u8_t::mask |
Bitmask used for setting the bit.
Definition at line 175 of file atomic_utils.h.