Question.2
A peripheral's 8-bit control register has the following layout:
A developer applies this operation on the register:
reg &= ~(0x03 << 5);
What does this operation achieve?
Select Answer
Clears the MODE field to 00
Clears the EN bit and the upper MODE bit
Sets the MODE field to 11
Clears the IRQ and upper reserved bit