Home
last modified time | relevance | path

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

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Dcomp_e.h103 #define COMP_E_OUTPUT_INTERRUPT_FLAG (COMP_E_INT_IFG) macro
H A Dcomp_e.c257 return (COMP_E_CMSIS(comparator)->INT & (COMP_E_OUTPUT_INTERRUPT_FLAG | in COMP_E_getInterruptStatus()