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
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