Searched refs:interruptSelect (Results 1 – 2 of 2) sorted by relevance
699 void Timer_A_registerInterrupt(uint32_t timer, uint_fast8_t interruptSelect, in Timer_A_registerInterrupt() argument702 if (interruptSelect == TIMER_A_CCR0_INTERRUPT) in Timer_A_registerInterrupt()725 } else if (interruptSelect == TIMER_A_CCRX_AND_OVERFLOW_INTERRUPT) in Timer_A_registerInterrupt()754 void Timer_A_unregisterInterrupt(uint32_t timer, uint_fast8_t interruptSelect) in Timer_A_unregisterInterrupt() argument756 if (interruptSelect == TIMER_A_CCR0_INTERRUPT) in Timer_A_unregisterInterrupt()779 } else if (interruptSelect == TIMER_A_CCRX_AND_OVERFLOW_INTERRUPT) in Timer_A_unregisterInterrupt()
1234 uint_fast8_t interruptSelect, void (*intHandler)(void));1265 uint_fast8_t interruptSelect);