Searched refs:TIMER_A (Results 1 – 4 of 4) sorted by relevance
155 #define TIMER_A 0x000000FF // Timer A macro241 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B) || in TimerEnable()272 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B) || in TimerDisable()384 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B) || in TimerEventControl()493 if(ui32Timer & TIMER_A) in TimerPrescaleSet()587 if(ui32Timer & TIMER_A) in TimerPrescaleMatchSet()627 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B)); in TimerPrescaleMatchGet()672 if(ui32Timer & TIMER_A) in TimerLoadSet()714 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B)); in TimerLoadGet()750 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B)); in TimerValueGet()[all …]
179 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B) || in TimerLevelControl()204 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B) || in TimerStallControl()228 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B) || in TimerWaitOnTriggerControl()234 if(ui32Timer & TIMER_A) in TimerWaitOnTriggerControl()276 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B) || in TimerIntRegister()287 if(ui32Timer & TIMER_A) in TimerIntRegister()331 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B) || in TimerIntUnregister()342 if(ui32Timer & TIMER_A) in TimerIntUnregister()382 ASSERT((ui32Timer == TIMER_A) || (ui32Timer == TIMER_B) || (ui32Timer == TIMER_BOTH)); in TimerMatchUpdateMode()386 if(ui32Timer & TIMER_A) in TimerMatchUpdateMode()[all …]
166 ASSERT((ulTimer == TIMER_A) || (ulTimer == TIMER_B) || in TimerEnable()195 ASSERT((ulTimer == TIMER_A) || (ulTimer == TIMER_B) || in TimerDisable()331 ASSERT((ulTimer == TIMER_A) || (ulTimer == TIMER_B) || in TimerControlLevel()367 ASSERT((ulTimer == TIMER_A) || (ulTimer == TIMER_B) || in TimerControlTrigger()487 if((ulTimer & TIMER_A) != 0) in TimerControlWaitOnTrigger()605 if(ulTimer & TIMER_A) in TimerPrescaleSet()697 if(ulTimer & TIMER_A) in TimerPrescaleMatchSet()784 if(ulTimer & TIMER_A) in TimerLoadSet()1019 if(ulTimer & TIMER_A) in TimerMatchSet()1181 if(ulTimer & TIMER_A) in TimerIntRegister()[all …]
117 #define TIMER_A 0x000000ff // Timer A macro
Completed in 9 milliseconds