Searched refs:ulTimer (Results 1 – 3 of 3) sorted by relevance
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/ |
D | timer.c | 94 TimerEnable(unsigned long ulBase, unsigned long ulTimer) in TimerEnable() argument 100 ASSERT((ulTimer == TIMER_A) || (ulTimer == TIMER_B) || in TimerEnable() 101 (ulTimer == TIMER_BOTH)); in TimerEnable() 106 HWREG(ulBase + TIMER_O_CTL) |= ulTimer & (TIMER_CTL_TAEN | TIMER_CTL_TBEN); in TimerEnable() 123 TimerDisable(unsigned long ulBase, unsigned long ulTimer) in TimerDisable() argument 129 ASSERT((ulTimer == TIMER_A) || (ulTimer == TIMER_B) || in TimerDisable() 130 (ulTimer == TIMER_BOTH)); in TimerDisable() 135 HWREG(ulBase + TIMER_O_CTL) &= ~(ulTimer & in TimerDisable() 249 TimerControlLevel(unsigned long ulBase, unsigned long ulTimer, in TimerControlLevel() argument 256 ASSERT((ulTimer == TIMER_A) || (ulTimer == TIMER_B) || in TimerControlLevel() [all …]
|
D | timer.h | 161 extern void TimerEnable(unsigned long ulBase, unsigned long ulTimer); 162 extern void TimerDisable(unsigned long ulBase, unsigned long ulTimer); 164 extern void TimerControlLevel(unsigned long ulBase, unsigned long ulTimer, 166 extern void TimerControlEvent(unsigned long ulBase, unsigned long ulTimer, 168 extern void TimerControlStall(unsigned long ulBase, unsigned long ulTimer, 170 extern void TimerPrescaleSet(unsigned long ulBase, unsigned long ulTimer, 173 unsigned long ulTimer); 174 extern void TimerPrescaleMatchSet(unsigned long ulBase, unsigned long ulTimer, 177 unsigned long ulTimer); 178 extern void TimerLoadSet(unsigned long ulBase, unsigned long ulTimer, [all …]
|
D | rom.h | 179 unsigned long ulTimer))ROM_TIMERTABLE[0]) 185 unsigned long ulTimer))ROM_TIMERTABLE[1]) 197 unsigned long ulTimer, \ 204 unsigned long ulTimer, \ 211 unsigned long ulTimer, \ 218 unsigned long ulTimer, \ 225 unsigned long ulTimer))ROM_TIMERTABLE[7]) 231 unsigned long ulTimer, \ 238 unsigned long ulTimer))ROM_TIMERTABLE[9]) 244 unsigned long ulTimer, \ [all …]
|