Searched refs:edgeSel (Results 1 – 2 of 2) sorted by relevance
65 void Chip_ACMP_SetIntEdgeSelection(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_EDGESEL_T edgeSel) in Chip_ACMP_SetIntEdgeSelection() argument70 pACMP->ACMP[index].CMP = reg | (uint32_t) edgeSel; in Chip_ACMP_SetIntEdgeSelection()115 bool invert, CHIP_ACMP_EDGESEL_T edgeSel) in Chip_ACMP_SetupACMPInt() argument129 reg |= (uint32_t) edgeSel; in Chip_ACMP_SetupACMPInt()
304 void Chip_ACMP_SetIntEdgeSelection(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_EDGESEL_T edgeSel);351 bool invert, CHIP_ACMP_EDGESEL_T edgeSel);
Completed in 4 milliseconds