Searched refs:Posinput (Results 1 – 2 of 2) sorted by relevance
74 void Chip_ACMP_SetPosVoltRef(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_POS_INPUT_T Posinput) in Chip_ACMP_SetPosVoltRef() argument80 pACMP->ACMP[index].CMP = reg | (uint32_t) Posinput; in Chip_ACMP_SetPosVoltRef()103 void Chip_ACMP_SetupACMPRefs(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_POS_INPUT_T Posinput, in Chip_ACMP_SetupACMPRefs() argument110 pACMP->ACMP[index].CMP = reg | (uint32_t) Posinput | (uint32_t) Neginput | (uint32_t) hys; in Chip_ACMP_SetupACMPRefs()
229 void Chip_ACMP_SetPosVoltRef(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_POS_INPUT_T Posinput);338 CHIP_ACMP_POS_INPUT_T Posinput, CHIP_ACMP_NEG_INPUT_T Neginput,
Completed in 4 milliseconds