Searched refs:Neginput (Results 1 – 2 of 2) sorted by relevance
84 void Chip_ACMP_SetNegVoltRef(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_NEG_INPUT_T Neginput) in Chip_ACMP_SetNegVoltRef() argument90 pACMP->ACMP[index].CMP = reg | (uint32_t) Neginput; in Chip_ACMP_SetNegVoltRef()104 CHIP_ACMP_NEG_INPUT_T Neginput, CHIP_ACMP_HYS_T hys) in Chip_ACMP_SetupACMPRefs() argument110 pACMP->ACMP[index].CMP = reg | (uint32_t) Posinput | (uint32_t) Neginput | (uint32_t) hys; in Chip_ACMP_SetupACMPRefs()
238 void Chip_ACMP_SetNegVoltRef(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_NEG_INPUT_T Neginput);338 CHIP_ACMP_POS_INPUT_T Posinput, CHIP_ACMP_NEG_INPUT_T Neginput,
Completed in 5 milliseconds