- 4 Imagine The Value In The Timer Status Register Contained In The Variable Ptimerstatus Is 0x4c A Write A Single Line 1 (46.16 KiB) Viewed 37 times
4.Imagine the value in the timer status register contained in the variable pTimerStatus is 0x4C. a) Write a single line
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
4.Imagine the value in the timer status register contained in the variable pTimerStatus is 0x4C. a) Write a single line
4.Imagine the value in the timer status register contained in the variable pTimerStatus is 0x4C. a) Write a single line of C code to set bit 4 of the timer status register. b) Write a single line of C code to Toggle bit 7 of the timer status register. Hint: Toggling is done in C with the ^ operator