Home
last modified time | relevance | path

Searched refs:posSel (Results 1 – 10 of 10) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_acmp.c508 ACMP_Channel_TypeDef posSel) in ACMP_ChannelSet() argument
521 EFM_ASSERT(posSel <= _ACMP_INPUTSEL_POSSEL_CH7); in ACMP_ChannelSet()
527 EFM_ASSERT(posSel <= _ACMP_INPUTCTRL_POSSEL_PD15); in ACMP_ChannelSet()
528 EFM_ASSERT(posSel != _ACMP_INPUTCTRL_NEGSEL_CAPSENSE); in ACMP_ChannelSet()
533 EFM_ASSERT(!((((posSel >= _ACMP_INPUTCTRL_POSSEL_EXTPA) in ACMP_ChannelSet()
534 && (posSel <= _ACMP_INPUTCTRL_POSSEL_EXTPD)) in ACMP_ChannelSet()
535 || (posSel >= _ACMP_INPUTCTRL_POSSEL_PA0)) in ACMP_ChannelSet()
537 && (posSel % 2 == negSel % 2))); in ACMP_ChannelSet()
539 EFM_ASSERT(!((posSel >= _ACMP_INPUTCTRL_POSSEL_PA0) in ACMP_ChannelSet()
541 && (posSel % 2 == negSel % 2))); in ACMP_ChannelSet()
[all …]
Dem_opamp.c406 | (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()
630 | (uint32_t)init->posSel; in OPAMP_Enable()
/hal_silabs-latest/gecko/emlib/src/
Dem_acmp.c508 ACMP_Channel_TypeDef posSel) in ACMP_ChannelSet() argument
521 EFM_ASSERT(posSel <= _ACMP_INPUTSEL_POSSEL_CH7); in ACMP_ChannelSet()
527 EFM_ASSERT(posSel <= _ACMP_INPUTCTRL_POSSEL_PD15); in ACMP_ChannelSet()
528 EFM_ASSERT(posSel != _ACMP_INPUTCTRL_NEGSEL_CAPSENSE); in ACMP_ChannelSet()
533 EFM_ASSERT(!((((posSel >= _ACMP_INPUTCTRL_POSSEL_EXTPA) in ACMP_ChannelSet()
534 && (posSel <= _ACMP_INPUTCTRL_POSSEL_EXTPD)) in ACMP_ChannelSet()
535 || (posSel >= _ACMP_INPUTCTRL_POSSEL_PA0)) in ACMP_ChannelSet()
537 && (posSel % 2 == negSel % 2))); in ACMP_ChannelSet()
539 EFM_ASSERT(!((posSel >= _ACMP_INPUTCTRL_POSSEL_PA0) in ACMP_ChannelSet()
541 && (posSel % 2 == negSel % 2))); in ACMP_ChannelSet()
[all …]
Dem_opamp.c406 | (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()
630 | (uint32_t)init->posSel; in OPAMP_Enable()
Dem_adc.c583 ADC_PosSel_TypeDef posSel, in ADC_ScanDifferentialInputAdd() argument
592 scanId = ADC_ScanSingleEndedInputAdd(scanInit, inputGroup, posSel); in ADC_ScanDifferentialInputAdd()
877 | ((uint32_t)init->posSel << _ADC_SINGLECTRL_POSSEL_SHIFT) in ADC_InitSingle()
903 if ((init->posSel == adcPosSelTEMP) in ADC_InitSingle()
951 if (init->posSel == adcPosSelTEMP) { in ADC_InitSingle()
/hal_silabs-latest/gecko/emlib/inc/
Dem_adc.h991 ADC_PosSel_TypeDef posSel; member
1147 ADC_PosSel_TypeDef posSel,
Dem_acmp.h957 void ACMP_ChannelSet(ACMP_TypeDef *acmp, ACMP_Channel_TypeDef negSel, ACMP_Channel_TypeDef posSel);
Dem_opamp.h442 OPAMP_PosSel_TypeDef posSel; /**< Select input source for positive terminal. */ member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_acmp.h961 void ACMP_ChannelSet(ACMP_TypeDef *acmp, ACMP_Channel_TypeDef negSel, ACMP_Channel_TypeDef posSel);
Dem_opamp.h442 OPAMP_PosSel_TypeDef posSel; /**< Select input source for positive terminal. */ member