Home
last modified time | relevance | path

Searched refs:bStall (Results 1 – 9 of 9) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dtimer.c180 TimerStallControl(uint32_t ui32Base, uint32_t ui32Timer, bool bStall) in TimerStallControl() argument
189 HWREG(ui32Base + GPT_O_CTL) = (bStall ? in TimerStallControl()
Dtimer.h403 bool bStall);
Drom.h579 ((void (*)(uint32_t ui32Base, uint32_t ui32Timer, bool bStall)) \
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dtimer.c182 TimerStallControl(uint32_t ui32Base, uint32_t ui32Timer, bool bStall) in TimerStallControl() argument
191 HWREG(ui32Base + GPT_O_CTL) = (bStall ? in TimerStallControl()
Dtimer.h405 bool bStall);
Drom.h577 ((void (*)(uint32_t ui32Base, uint32_t ui32Timer, bool bStall)) \
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dtimer.h169 tBoolean bStall);
Dtimer.c324 tBoolean bStall) in TimerControlStall() argument
337 HWREG(ulBase + TIMER_O_CTL) = (bStall ? in TimerControlStall()
Drom.h212 tBoolean bStall))ROM_TIMERTABLE[5])