Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dcomp_e.c265 ASSERT(edgeDirection <= COMP_E_RISINGEDGE); in COMP_E_setInterruptEdgeDirection()
268 if (COMP_E_RISINGEDGE == edgeDirection) in COMP_E_setInterruptEdgeDirection()
Dcomp_e.h108 #define COMP_E_RISINGEDGE (COMP_E_CTL1_IES) macro