Home
last modified time | relevance | path

Searched refs:adc_channel_cfg (Results 1 – 25 of 55) sorted by relevance

123

/Zephyr-Core-3.5.0/drivers/adc/
Dadc_handlers.c12 const struct adc_channel_cfg *user_channel_cfg) in z_vrfy_adc_channel_setup()
14 struct adc_channel_cfg channel_cfg; in z_vrfy_adc_channel_setup()
18 (struct adc_channel_cfg *)user_channel_cfg, in z_vrfy_adc_channel_setup()
19 sizeof(struct adc_channel_cfg))); in z_vrfy_adc_channel_setup()
Dadc_test.c20 const struct adc_channel_cfg *channel_cfg) in vnd_adc_channel_setup()
Dadc_nrfx_adc.c48 const struct adc_channel_cfg *channel_cfg) in adc_nrfx_channel_setup()
Dadc_rpi_pico.c88 const struct adc_channel_cfg *channel_cfg) in adc_rpi_channel_setup()
Dadc_cc13xx_cc26xx.c123 const struct adc_channel_cfg *channel_cfg) in adc_cc13xx_cc26xx_channel_setup()
Dadc_ifx_cat1.c97 const struct adc_channel_cfg *channel_cfg) in ifx_cat1_adc_channel_setup()
Dadc_smartbond_gpadc.c52 const struct adc_channel_cfg *channel_cfg) in adc_smartbond_channel_setup()
Dadc_smartbond_sdadc.c51 const struct adc_channel_cfg *channel_cfg) in sdadc_smartbond_channel_setup()
Dadc_vf610.c35 const struct adc_channel_cfg *channel_cfg) in vf610_adc_channel_setup()
Dadc_ads7052.c41 const struct adc_channel_cfg *channel_cfg) in adc_ads7052_channel_setup()
Dadc_esp32.c250 static int adc_esp32_channel_setup(const struct device *dev, const struct adc_channel_cfg *cfg) in adc_esp32_channel_setup()
Dadc_tla2021.c106 static int tla2021_channel_setup(const struct device *dev, const struct adc_channel_cfg *cfg) in tla2021_channel_setup()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dadc.h88 struct adc_channel_cfg { struct
269 struct adc_channel_cfg channel_cfg;
577 const struct adc_channel_cfg *channel_cfg);
622 const struct adc_channel_cfg *channel_cfg);
625 const struct adc_channel_cfg *channel_cfg) in z_impl_adc_channel_setup()
/Zephyr-Core-3.5.0/samples/boards/nrf/battery/src/
Dbattery.c70 struct adc_channel_cfg adc_cfg;
89 struct adc_channel_cfg *accp = &ddp->adc_cfg; in divider_setup()
119 *accp = (struct adc_channel_cfg){ in divider_setup()
/Zephyr-Core-3.5.0/drivers/sensor/grove/
Dlight_sensor.c33 struct adc_channel_cfg ch_cfg;
97 drv_data->ch_cfg = (struct adc_channel_cfg){ in gls_init()
Dtemperature_sensor.c31 struct adc_channel_cfg ch_cfg;
99 drv_data->ch_cfg = (struct adc_channel_cfg){ in gts_init()
/Zephyr-Core-3.5.0/samples/shields/lmp90100_evb/rtd/src/
Dmain.c49 const struct adc_channel_cfg ch_cfg = { in main()
/Zephyr-Core-3.5.0/drivers/sensor/stm32_vbat/
Dstm32_vbat.c24 const struct adc_channel_cfg adc_cfg;
/Zephyr-Core-3.5.0/drivers/sensor/rpi_pico_temp/
Drpi_pico_temp.c21 const struct adc_channel_cfg ch_cfg;
/Zephyr-Core-3.5.0/drivers/sensor/stm32_vref/
Dstm32_vref.c23 const struct adc_channel_cfg adc_cfg;
/Zephyr-Core-3.5.0/tests/drivers/adc/adc_dma/src/
Dtest_adc.c101 static const struct adc_channel_cfg m_1st_channel_cfg = {
111 static const struct adc_channel_cfg m_2nd_channel_cfg = {
/Zephyr-Core-3.5.0/tests/drivers/dac/dac_loopback/src/
Dtest_dac.c178 static const struct adc_channel_cfg adc_ch_cfg = {
/Zephyr-Core-3.5.0/drivers/sensor/nxp_kinetis_temp/
Dtemp_kinetis.c145 const struct adc_channel_cfg ch_cfg[] = { in temp_kinetis_init()
/Zephyr-Core-3.5.0/drivers/sensor/stm32_temp/
Dstm32_temp.c38 const struct adc_channel_cfg adc_cfg;
/Zephyr-Core-3.5.0/tests/drivers/adc/adc_emul/src/
Dmain.c56 struct adc_channel_cfg channel_cfg = { in channel_setup()
533 struct adc_channel_cfg channel_cfg = { in ZTEST_USER()

123