Home
last modified time | relevance | path

Searched refs:interruptSelect (Results 1 – 2 of 2) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dtimer_a.c699 void Timer_A_registerInterrupt(uint32_t timer, uint_fast8_t interruptSelect, in Timer_A_registerInterrupt() argument
702 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() argument
756 if (interruptSelect == TIMER_A_CCR0_INTERRUPT) in Timer_A_unregisterInterrupt()
779 } else if (interruptSelect == TIMER_A_CCRX_AND_OVERFLOW_INTERRUPT) in Timer_A_unregisterInterrupt()
Dtimer_a.h1234 uint_fast8_t interruptSelect, void (*intHandler)(void));
1265 uint_fast8_t interruptSelect);