Question 19 Consider the following line of code: P10UT |= 0x01 | 0x02 | 0x08 | 0x20; Which bits are set to 1 by this bit
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 19 Consider the following line of code: P10UT |= 0x01 | 0x02 | 0x08 | 0x20; Which bits are set to 1 by this bit
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