Hi,
I assign a constant to the variable "retrigger" that is bound to the register t0.
register int retrigger __asm__("t0")=RX_COUNTER_RETRIGGER;
Then I want to write the value of t0 to a s
↧