Home
last modified time | relevance | path

Searched refs:TIMER_CTL_TBSTALL (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_timer.h166 #define TIMER_CTL_TBSTALL 0x00000200 // GPTM Timer B Stall Enable macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dtimer.c336 ulTimer &= TIMER_CTL_TASTALL | TIMER_CTL_TBSTALL; in TimerControlStall()