The class which defines a slice of bits from within a device register (a location to read/write data from) More...
#include <Adafruit_BusIO_Register.h>
Public Member Functions | |
| Adafruit_BusIO_RegisterBits (Adafruit_BusIO_Register *reg, uint8_t bits, uint8_t shift) | |
| bool | write (uint32_t value) |
| uint32_t | read (void) |
The class which defines a slice of bits from within a device register (a location to read/write data from)