yefj
Advanced Member level 5
Hello, i cant see the link between the comment about TIM0_CC0 in the actual code bellow?
and what is the meaning of |= in this code?
Thanks.
and what is the meaning of |= in this code?
Thanks.
Code:
// Set route to Location 15 and enable
// TIM0_CC0 #15 is PC10
TIMER0->ROUTELOC0 |= TIMER_ROUTELOC0_CC0LOC_LOC15;
TIMER0->ROUTEPEN |= TIMER_ROUTEPEN_CC0PEN;