mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
cc2538: fix timer_set for channel B
This commit is contained in:
parent
1af1727759
commit
e0f19f3394
@ -174,7 +174,7 @@ int timer_set(tim_t dev, int channel, unsigned int timeout)
|
||||
gptimer->ICR = TBMIM;
|
||||
|
||||
/* set timeout value */
|
||||
gptimer->TAMATCHR = (gptimer->CFG == GPTMCFG_32_BIT_TIMER)? (gptimer->TBV + timeout) : (gptimer->TBV - timeout);
|
||||
gptimer->TBMATCHR = (gptimer->CFG == GPTMCFG_32_BIT_TIMER)? (gptimer->TBV + timeout) : (gptimer->TBV - timeout);
|
||||
gptimer->cc2538_gptimer_imr.IMR |= TBMIM; /**< Enable the Timer B Match Interrupt */
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user