No discussion yet
Be the first to start the discussion.
Select Answer
reg |= 0x02;
reg |= 0x01;
reg = 0x03;
reg |= (1 << 2);