/Zephyr-Core-3.6.0/soc/arm/atmel_sam0/common/ |
D | adc_fixup_sam0.h | 11 #define ADC_SYNC(adc) ((adc)->SYNCBUSY.reg) argument 14 #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-Core-3.6.0/drivers/adc/ |
D | adc_shell.c | 162 struct adc_hdl *adc = get_adc(argv[-2]); in cmd_adc_ch_id() local 185 struct adc_hdl *adc = get_adc(argv[-2]); in cmd_adc_ch_diff() local 213 struct adc_hdl *adc = get_adc(argv[-2]); in cmd_adc_ch_neg() local 240 struct adc_hdl *adc = get_adc(argv[-2]); in cmd_adc_ch_pos() local 267 struct adc_hdl *adc = get_adc(argv[-2]); in cmd_adc_gain() local 290 struct adc_hdl *adc = get_adc(argv[-1]); in cmd_adc_acq() local 326 struct adc_hdl *adc = get_adc(argv[-1]); in cmd_adc_reso() local 349 struct adc_hdl *adc = get_adc(argv[-2]); in cmd_adc_ref() local 375 struct adc_hdl *adc = get_adc(argv[-1]); in cmd_adc_read() local 403 struct adc_hdl *adc = get_adc(argv[-1]); in cmd_adc_print() local
|
D | adc_stm32.c | 216 static void adc_stm32_enable_dma_support(ADC_TypeDef *adc) in adc_stm32_enable_dma_support() 253 ADC_TypeDef *adc = (ADC_TypeDef *)config->base; in adc_stm32_dma_start() local 364 static int adc_stm32_enable(ADC_TypeDef *adc) in adc_stm32_enable() 410 ADC_TypeDef *adc = (ADC_TypeDef *)config->base; in adc_stm32_start_conversion() local 425 static void adc_stm32_disable(ADC_TypeDef *adc) in adc_stm32_disable() 514 ADC_TypeDef *adc = config->base; in adc_stm32_calibration_start() local 547 ADC_TypeDef *adc = config->base; in adc_stm32_calibrate() local 642 static void adc_stm32_oversampling_scope(ADC_TypeDef *adc, uint32_t ovs_scope) in adc_stm32_oversampling_scope() 663 static void adc_stm32_oversampling_ratioshift(ADC_TypeDef *adc, uint32_t ratio, uint32_t shift) in adc_stm32_oversampling_ratioshift() 683 static int adc_stm32_oversampling(ADC_TypeDef *adc, uint8_t ratio) in adc_stm32_oversampling() [all …]
|
D | adc_sam0.c | 64 static void wait_synchronization(Adc *const adc) in wait_synchronization() 119 Adc *const adc = cfg->regs; in adc_sam0_channel_setup() local 268 Adc *const adc = cfg->regs; in adc_sam0_start_conversion() local 322 Adc *const adc = cfg->regs; in start_read() local 424 Adc *const adc = cfg->regs; in adc_sam0_isr() local 449 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() local 144 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
|
/Zephyr-Core-3.6.0/boards/xtensa/heltec_wireless_stick_lite_v3/ |
D | heltec_wireless_stick_lite_v3.dts | 39 adc: adc { label
|
/Zephyr-Core-3.6.0/drivers/sensor/grove/ |
D | light_sensor.c | 32 const struct device *adc; member 38 const struct device *adc; member
|
D | temperature_sensor.c | 36 const struct device *adc; member
|
/Zephyr-Core-3.6.0/dts/riscv/telink/ |
D | telink_b91.dtsi | 211 adc: adc@ea { label
|
/Zephyr-Core-3.6.0/dts/arm/atmel/ |
D | samd2x.dtsi | 185 adc: adc@42004000 { label
|
D | saml2x.dtsi | 176 adc: adc@43000c00 { label
|
/Zephyr-Core-3.6.0/dts/arm/nordic/ |
D | nrf52805.dtsi | 144 adc: adc@40007000 { label
|
D | nrf51822.dtsi | 143 adc: adc@40007000 { label
|
D | nrf52810.dtsi | 148 adc: adc@40007000 { label
|
D | nrf52811.dtsi | 179 adc: adc@40007000 { label
|
D | nrf91_peripherals.dtsi | 23 adc: adc@e000 { label
|
D | nrf54l15_cpuapp_peripherals.dtsi | 264 adc: adc@d5000 { label
|
D | nrf52832.dtsi | 191 adc: adc@40007000 { label
|
/Zephyr-Core-3.6.0/drivers/sensor/rpi_pico_temp/ |
D | rpi_pico_temp.c | 20 const struct device *adc; member
|
/Zephyr-Core-3.6.0/drivers/sensor/stm32_vbat/ |
D | stm32_vbat.c | 23 const struct device *adc; member
|
/Zephyr-Core-3.6.0/drivers/sensor/stm32_vref/ |
D | stm32_vref.c | 22 const struct device *adc; member
|
/Zephyr-Core-3.6.0/drivers/sensor/mcp970x/ |
D | mcp970x.c | 30 struct adc_dt_spec adc; member
|
/Zephyr-Core-3.6.0/dts/arm/rpi_pico/ |
D | rp2040.dtsi | 286 adc: adc@4004c000 { label
|
/Zephyr-Core-3.6.0/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 272 adc: adc@50030900 { label
|
/Zephyr-Core-3.6.0/drivers/sensor/nxp_kinetis_temp/ |
D | temp_kinetis.c | 28 const struct device *adc; member
|