Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dacmp_15xx.c97 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_HYSTERESIS_MASK; in Chip_ACMP_SetHysteresis()
107 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~(ACMP_HYSTERESIS_MASK | in Chip_ACMP_SetupACMPRefs()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dacmp_15xx.h70 #define ACMP_HYSTERESIS_MASK (0x3 << 13) /* Mask for Hysterisis Control */ macro

Completed in 6 milliseconds