Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_memmap.h57 #define GPT0_BASE 0x40010000 // GPT macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_memmap.h57 #define GPT0_BASE 0x40010000 // GPT macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dtimer.h211 return((ui32Base == GPT0_BASE) || (ui32Base == GPT1_BASE) || in TimerBaseValid()
1018 ASSERT(ui32Base == GPT0_BASE); in TimerSynchronize()
Dtimer.c85 case GPT0_BASE : in TimerIntNumberGet()
/hal_ti-latest/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()