Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dacmp_15xx.c119 ACMP_INTTYPE_BIT | ACMP_INTEDGE_MASK); in Chip_ACMP_SetupACMPInt()
123 reg |= ACMP_INTTYPE_BIT; in Chip_ACMP_SetupACMPInt()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dacmp_15xx.h72 #define ACMP_INTTYPE_BIT (1 << 16) /* Interrupt Type 0 - Edge, 1 - Level */ macro
282 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_INTTYPE_BIT; in Chip_ACMP_SetIntTypeEdge()
294 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) | ACMP_INTTYPE_BIT; in Chip_ACMP_SetIntTypeLevel()

Completed in 5 milliseconds