10 bool get(
int index) {
return (
bool)
getBitRange(index, index); }
11 void set(
int index,
bool state)
volatile {
setBitRange(index, index, state); }
REGS_REGISTER_AT(IMR, 0x00)
void setBitRange(uint8_t high, uint8_t low, T value) volatile
T getBitRange(uint8_t high, uint8_t low) volatile