| /Zephyr-latest/soc/atmel/sam0/common/ | 
| D | adc_fixup_sam0.h | 11 #define ADC_SYNC(adc) ((adc)->SYNCBUSY.reg)  argument14 #define ADC_SYNC(adc) ((adc)->STATUS.reg)  argument
 21 #define ADC_DIFF(adc) (inputctrl)  argument
 24 #define ADC_DIFF(adc) ((adc)->CTRLB.reg)  argument
 27 #define ADC_DIFF(adc) ((adc)->CTRLC.reg)  argument
 34 #define ADC_RESSEL(adc)  ((adc)->CTRLB.bit.RESSEL)  argument
 40 #define ADC_RESSEL(adc)  ((adc)->CTRLC.bit.RESSEL)  argument
 50 #define ADC_PRESCALER(adc) ((adc)->CTRLA.bit.PRESCALER)  argument
 53 #define ADC_PRESCALER(adc) ((adc)->CTRLB.bit.PRESCALER)  argument
 
 | 
| /Zephyr-latest/drivers/adc/ | 
| D | adc_shell.c | 166 	struct adc_hdl *adc = get_adc(argv[-2]);  in cmd_adc_ch_id()  local189 	struct adc_hdl *adc = get_adc(argv[-2]);  in cmd_adc_ch_diff()  local
 217 	struct adc_hdl *adc = get_adc(argv[-2]);  in cmd_adc_ch_neg()  local
 244 	struct adc_hdl *adc = get_adc(argv[-2]);  in cmd_adc_ch_pos()  local
 271 	struct adc_hdl *adc = get_adc(argv[-2]);  in cmd_adc_gain()  local
 294 	struct adc_hdl *adc = get_adc(argv[-1]);  in cmd_adc_acq()  local
 330 	struct adc_hdl *adc = get_adc(argv[-1]);  in cmd_adc_reso()  local
 353 	struct adc_hdl *adc = get_adc(argv[-2]);  in cmd_adc_ref()  local
 379 	struct adc_hdl *adc = get_adc(argv[-1]);  in cmd_adc_read()  local
 407 	struct adc_hdl *adc = get_adc(argv[-1]);  in cmd_adc_print()  local
 
 | 
| D | adc_stm32.c | 201 static void adc_stm32_enable_dma_support(ADC_TypeDef *adc)  in adc_stm32_enable_dma_support()223 	ADC_TypeDef *adc = config->base;  in adc_stm32_dma_start()  local
 334 static int adc_stm32_enable(ADC_TypeDef *adc)  in adc_stm32_enable()
 380 	ADC_TypeDef *adc = config->base;  in adc_stm32_start_conversion()  local
 395 static void adc_stm32_disable(ADC_TypeDef *adc)  in adc_stm32_disable()
 485 static void adc_stm32_calibration_measure(ADC_TypeDef *adc, uint32_t *calibration_factor)  in adc_stm32_calibration_measure()
 520 	ADC_TypeDef *adc = config->base;  in adc_stm32_calibration_start()  local
 587 	ADC_TypeDef *adc = config->base;  in adc_stm32_calibrate()  local
 698 static void adc_stm32_oversampling_scope(ADC_TypeDef *adc, uint32_t ovs_scope)  in adc_stm32_oversampling_scope()
 722 static void adc_stm32_oversampling_ratioshift(ADC_TypeDef *adc, uint32_t ratio, uint32_t shift)  in adc_stm32_oversampling_ratioshift()
 [all …]
 
 | 
| D | adc_sam0.c | 61 static void wait_synchronization(Adc *const adc)  in wait_synchronization()116 	Adc *const adc = cfg->regs;  in adc_sam0_channel_setup()  local
 263 	Adc *const adc = cfg->regs;  in adc_sam0_start_conversion()  local
 317 	Adc *const adc = cfg->regs;  in start_read()  local
 425 	Adc *const adc = cfg->regs;  in adc_sam0_isr()  local
 450 	Adc *const adc = cfg->regs;  in adc_sam0_init()  local
 
 | 
| D | adc_sam.c | 70 	Adc *const adc = cfg->regs;  in adc_sam_channel_setup()  local144 	Adc *const adc = cfg->regs;  in adc_sam_start_conversion()  local
 157 	Adc *const adc = cfg->regs;  in adc_context_start_sampling()  local
 262 	Adc *const adc = cfg->regs;  in adc_sam_isr()  local
 285 	Adc *const adc = cfg->regs;  in adc_sam_init()  local
 
 | 
| D | adc_stm32wb0.c | 405 static void configure_tempsensor_calib_point(ADC_TypeDef *adc, uint32_t calib_point)  in configure_tempsensor_calib_point()488 static void adc_enter_idle_mode(ADC_TypeDef *adc, const struct stm32_pclken *ana_clk)  in adc_enter_idle_mode()
 526 static int adc_exit_idle_mode(ADC_TypeDef *adc, const struct stm32_pclken *ana_clk)  in adc_exit_idle_mode()
 584 static void schedule_and_start_adc_sequence(ADC_TypeDef *adc, struct adc_stm32wb0_data *data)  in schedule_and_start_adc_sequence()
 756 static inline void handle_end_of_sequence(ADC_TypeDef *adc, struct adc_stm32wb0_data *data)  in handle_end_of_sequence()
 775 	ADC_TypeDef *adc = (ADC_TypeDef *)config->reg;  in initiate_read_operation()  local
 809 	ADC_TypeDef *adc = config->reg;  in adc_stm32wb0_isr()  local
 848 	ADC_TypeDef *adc = config->reg;  in adc_stm32wb0_dma_callback()  local
 1073 	ADC_TypeDef *adc = config->reg;  in adc_stm32wb0_init()  local
 1163 	ADC_TypeDef *adc = config->reg;  in adc_stm32wb0_pm_action()  local
 
 | 
| /Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/ | 
| D | heltec_wireless_stick_lite_v3_procpu.dts | 40 		adc: adc {  label
 | 
| /Zephyr-latest/drivers/sensor/seeed/grove/ | 
| D | light_sensor.c | 32 	const struct device *adc;  member38 	const struct device *adc;  member
 
 | 
| D | temperature_sensor.c | 36 	const struct device *adc;  member
 | 
| /Zephyr-latest/drivers/sensor/st/stm32_temp/ | 
| D | stm32_temp.c | 41 	const struct device *adc;  member69 static inline void adc_enable_tempsensor_channel(ADC_TypeDef *adc)  in adc_enable_tempsensor_channel()
 79 static inline void adc_disable_tempsensor_channel(ADC_TypeDef *adc)  in adc_disable_tempsensor_channel()
 
 | 
| /Zephyr-latest/samples/drivers/adc/adc_sequence/src/ | 
| D | main.c | 17 static const struct device *adc = DEVICE_DT_GET(ADC_NODE);  variable
 | 
| /Zephyr-latest/dts/arm/atmel/ | 
| D | samd2x.dtsi | 202 		adc: adc@42004000 {  label
 | 
| D | saml2x.dtsi | 213 		adc: adc@43000c00 {  label
 | 
| /Zephyr-latest/dts/riscv/telink/ | 
| D | telink_b91.dtsi | 211 		adc: adc@ea {  label
 | 
| /Zephyr-latest/dts/arm/adi/max32/ | 
| D | max32xxx.dtsi | 210 		adc: adc@40034000 {  label
 | 
| /Zephyr-latest/drivers/sensor/lm35/ | 
| D | lm35.c | 26 	const struct device *adc;  member
 | 
| /Zephyr-latest/drivers/sensor/rpi_pico_temp/ | 
| D | rpi_pico_temp.c | 20 	const struct device *adc;  member
 | 
| /Zephyr-latest/dts/arm/nordic/ | 
| D | nrf52805.dtsi | 162 		adc: adc@40007000 {  label
 | 
| D | nrf51822.dtsi | 148 		adc: adc@40007000 {  label
 | 
| D | nrf52810.dtsi | 166 		adc: adc@40007000 {  label
 | 
| D | nrf52811.dtsi | 197 		adc: adc@40007000 {  label
 | 
| D | nrf91_peripherals.dtsi | 23 adc: adc@e000 {  label
 | 
| /Zephyr-latest/drivers/sensor/st/stm32_vbat/ | 
| D | stm32_vbat.c | 24 	const struct device *adc;  member
 | 
| /Zephyr-latest/drivers/sensor/microchip/mcp970x/ | 
| D | mcp970x.c | 30 	struct adc_dt_spec adc;  member
 | 
| /Zephyr-latest/drivers/sensor/st/stm32_vref/ | 
| D | stm32_vref.c | 26 	const struct device *adc;  member
 |