Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dacmp_15xx.c118 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~(ACMP_INTPOL_BIT | in Chip_ACMP_SetupACMPInt()
125 reg |= ACMP_INTPOL_BIT; in Chip_ACMP_SetupACMPInt()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dacmp_15xx.h71 #define ACMP_INTPOL_BIT (1 << 15) /* Polarity of CMP output for interrupt 0 - Not Inverted, 1… macro
258 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) | ACMP_INTPOL_BIT; in Chip_ACMP_SetIntPolarity()
270 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_INTPOL_BIT; in Chip_ACMP_ClearIntPolarity()

Completed in 4 milliseconds