Question 19 Consider the following line of code: P10UT |= 0x01 | 0x02 | 0x08 | 0x20; Which bits are set to 1 by this bit
Posted: Fri Jul 01, 2022 5:42 am
Question 19 Consider the following line of code: P10UT |= 0x01 | 0x02 | 0x08 | 0x20; Which bits are set to 1 by this bit mask? Check all that apply. U U n U [ [] n n 1 2 3 4 6 7 U 00 2 pts