Home
last modified time | relevance | path

Searched refs:adc_base (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/drivers/sensor/stm32_vref/
Dstm32_vref.c24 ADC_TypeDef *adc_base; member
55 path = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base)); in stm32_vref_sample_fetch()
56 LL_ADC_SetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base), in stm32_vref_sample_fetch()
68 path = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base)); in stm32_vref_sample_fetch()
69 LL_ADC_SetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base), in stm32_vref_sample_fetch()
154 .adc_base = (ADC_TypeDef *)DT_REG_ADDR(DT_INST_IO_CHANNELS_CTLR(0)),
/Zephyr-Core-3.6.0/drivers/sensor/stm32_vbat/
Dstm32_vbat.c25 ADC_TypeDef *adc_base; member
56 path = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base)); in stm32_vbat_sample_fetch()
57 LL_ADC_SetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base), in stm32_vbat_sample_fetch()
65 path = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base)); in stm32_vbat_sample_fetch()
66 LL_ADC_SetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base), in stm32_vbat_sample_fetch()
124 .adc_base = (ADC_TypeDef *)DT_REG_ADDR(DT_INST_IO_CHANNELS_CTLR(0)), \
/Zephyr-Core-3.6.0/drivers/adc/
Dadc_gecko.c51 ADC_TypeDef *adc_base = (ADC_TypeDef *)config->base; in adc_gecko_set_config() local
68 ADC_Init(adc_base, &init); in adc_gecko_set_config()
69 ADC_InitSingle(adc_base, &initSingle); in adc_gecko_set_config()
149 ADC_TypeDef *adc_base = (ADC_TypeDef *)config->base; in adc_gecko_start_channel() local
154 ADC_IntEnable(adc_base, ADC_IEN_SINGLE); in adc_gecko_start_channel()
155 ADC_Start(adc_base, adcStartSingle); in adc_gecko_start_channel()
180 ADC_TypeDef *adc_base = config->base; in adc_gecko_isr() local
185 flags = ADC_IntGet(adc_base); in adc_gecko_isr()
192 sample = ADC_DataSingleGet(adc_base); in adc_gecko_isr()
205 ADC_IntClear(adc_base, ADC_IF_SINGLE | err); in adc_gecko_isr()
/Zephyr-Core-3.6.0/drivers/sensor/stm32_temp/
Dstm32_temp.c39 ADC_TypeDef *adc_base; member
84 path = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base)); in stm32_temp_sample_fetch()
85 LL_ADC_SetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base), in stm32_temp_sample_fetch()
95 path = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base)); in stm32_temp_sample_fetch()
96 LL_ADC_SetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(data->adc_base), in stm32_temp_sample_fetch()
184 .adc_base = (ADC_TypeDef *)DT_REG_ADDR(DT_INST_IO_CHANNELS_CTLR(0)),