Searched refs:posSel (Results 1 – 6 of 6) sorted by relevance
406 | (uint32_t)init->posSel in OPAMP_Enable()449 | (uint32_t)init->posSel in OPAMP_Enable()467 EFM_ASSERT((init->posSel == DAC_OPA2MUX_POSSEL_DISABLE) in OPAMP_Enable()468 || (init->posSel == DAC_OPA2MUX_POSSEL_POSPAD) in OPAMP_Enable()469 || (init->posSel == DAC_OPA2MUX_POSSEL_OPA1INP) in OPAMP_Enable()470 || (init->posSel == DAC_OPA2MUX_POSSEL_OPATAP)); in OPAMP_Enable()496 | (uint32_t)init->posSel in OPAMP_Enable()527 || (init->posSel == opaPosSelResTap)))); in OPAMP_Enable()633 | (uint32_t)init->posSel; in OPAMP_Enable()
502 ACMP_Channel_TypeDef posSel) in ACMP_ChannelSet() argument515 EFM_ASSERT(posSel <= _ACMP_INPUTSEL_POSSEL_CH7); in ACMP_ChannelSet()521 EFM_ASSERT(posSel <= _ACMP_INPUTCTRL_POSSEL_PD15); in ACMP_ChannelSet()522 EFM_ASSERT(posSel != _ACMP_INPUTCTRL_NEGSEL_CAPSENSE); in ACMP_ChannelSet()526 EFM_ASSERT(!((posSel >= _ACMP_INPUTCTRL_POSSEL_PA0) in ACMP_ChannelSet()528 && (posSel % 2 == negSel % 2))); in ACMP_ChannelSet()540 | (posSel << _ACMP_INPUTCTRL_POSSEL_SHIFT); in ACMP_ChannelSet()545 | (posSel << _ACMP_INPUTSEL_POSSEL_SHIFT); in ACMP_ChannelSet()
571 ADC_PosSel_TypeDef posSel, in ADC_ScanDifferentialInputAdd() argument580 scanId = ADC_ScanSingleEndedInputAdd(scanInit, inputGroup, posSel); in ADC_ScanDifferentialInputAdd()865 | ((uint32_t)init->posSel << _ADC_SINGLECTRL_POSSEL_SHIFT) in ADC_InitSingle()891 if ((init->posSel == adcPosSelTEMP) in ADC_InitSingle()939 if (init->posSel == adcPosSelTEMP) { in ADC_InitSingle()
991 ADC_PosSel_TypeDef posSel; member1147 ADC_PosSel_TypeDef posSel,
442 OPAMP_PosSel_TypeDef posSel; /**< Select input source for positive terminal. */ member
943 void ACMP_ChannelSet(ACMP_TypeDef *acmp, ACMP_Channel_TypeDef negSel, ACMP_Channel_TypeDef posSel);