Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_memmap.h57 #define GPT0_BASE 0x40010000 // GPT macro
/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dtimer.h213 return((ui32Base == GPT0_BASE) || (ui32Base == GPT1_BASE) || in TimerBaseValid()
1020 ASSERT(ui32Base == GPT0_BASE); in TimerSynchronize()
Dtimer.c87 case GPT0_BASE : in TimerIntNumberGet()