Home
last modified time | relevance | path

Searched refs:TIMER_O_TAR (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_timer.h74 #define TIMER_O_TAR 0x00000048 // GPTM Timer A macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dtimer.c615 return((ulTimer == TIMER_A) ? HWREG(ulBase + TIMER_O_TAR) : in TimerValueGet()
/hal_ti-latest/simplelink/source/ti/drivers/timer/
DTimerCC32XX.c354 count = HWREG(hWAttrs->baseAddress + TIMER_O_TAR); in TimerCC32XX_getCount()