Page 1 of 1

4.Imagine the value in the timer status register contained in the variable pTimerStatus is 0x4C. a) Write a single line

Posted: Sun Jul 10, 2022 11:27 am
by answerhappygod
4 Imagine The Value In The Timer Status Register Contained In The Variable Ptimerstatus Is 0x4c A Write A Single Line 1
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 36 times
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