Searched full:bandgap (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/dts/bindings/sensor/ |
D | nxp,kinetis-temperature.yaml | 13 description: ADC channels for temperature sensor and bandgap voltage 17 description: name of each ADC channel (SENSOR or BANDGAP) 19 bandgap-voltage: 22 description: Bandgap voltage in microvolts
|
D | st,stm32-vref.yaml | 16 calibration bandgap voltage (VREFINT_CAL). 23 the internal bandgap voltage reference VREFINT.
|
/Zephyr-latest/drivers/sensor/nxp/nxp_kinetis_temp/ |
D | temp_kinetis.c | 19 * - Both ADC channels (sensor and bandgap) are on the same ADC instance 24 /* Two ADC samples required for each reading, sensor value and bandgap value */ 53 /* Always read both sensor and bandgap voltage in one go */ in temp_kinetis_sample_fetch() 69 LOG_DBG("sensor = %d, bandgap = %d", data->buffer[0], data->buffer[1]); in temp_kinetis_sample_fetch() 78 LOG_DBG("sensor = %d, bandgap = %d (filtered)", data->buffer[0], in temp_kinetis_sample_fetch() 186 DT_INST_IO_CHANNELS_INPUT_BY_NAME(inst, bandgap), \ 188 "bandgap ADC channel"); \ 197 DT_INST_IO_CHANNELS_INPUT_BY_NAME(inst, bandgap),\ 206 BIT(DT_INST_IO_CHANNELS_INPUT_BY_NAME(inst, bandgap)), \
|
D | Kconfig | 21 ADC resolution to use for the temperature sensor and bandgap 30 bandgap voltage readings. Oversampling can help in providing
|
/Zephyr-latest/dts/bindings/regulator/ |
D | nxp,vref.yaml | 30 nxp,bandgap-startup-time-us: 34 Maximum bandgap startup time as specified in the
|
D | renesas,da1469x-regulator.yaml | 19 renesas,regulator-v30-ref-bandgap: 22 Selects reference source for V30 LDO to Bandgap output.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | power.c | 123 /* Toggle the analog bandgap reference circuitry on and off */ 127 /* Enable bandgap in PMU */ in bandgap_set() 133 /* Disable low power bandgap */ in bandgap_set() 136 /* Disable bandgap in PMU and switch to low power one */ in bandgap_set() 161 /* Disable analog bandgap */ in lpm_drop_voltage() 168 /* Enable analog bandgap */ in lpm_raise_voltage()
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_nxp_vref.c | 40 /* Wait for bandgap startup */ in regulator_nxp_vref_enable() 43 /* Enable high accuracy bandgap */ in regulator_nxp_vref_enable() 63 * Disable HC Bandgap, LP Bandgap, and Buf21 in regulator_nxp_vref_disable()
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | io-channels.h | 65 * io-channel-names = "SENSOR", "BANDGAP"; 71 * DT_IO_CHANNELS_CTLR_BY_NAME(DT_NODELABEL(n), bandgap) // DT_NODELABEL(adc2) 184 * io-channel-names = "SENSOR", "BANDGAP"; 195 * DT_IO_CHANNELS_INPUT_BY_NAME(DT_NODELABEL(n), bandgap) // 20
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_ke1xf.dtsi | 63 io-channel-names = "SENSOR", "BANDGAP"; 64 bandgap-voltage = <1000000>; 74 io-channel-names = "SENSOR", "BANDGAP"; 75 bandgap-voltage = <1000000>; 85 io-channel-names = "SENSOR", "BANDGAP"; 86 bandgap-voltage = <1000000>;
|
D | nxp_k6x.dtsi | 55 io-channel-names = "SENSOR", "BANDGAP"; 56 bandgap-voltage = <1000000>; 66 io-channel-names = "SENSOR", "BANDGAP"; 67 bandgap-voltage = <1000000>;
|
D | nxp_mcxc_common.dtsi | 54 io-channel-names = "SENSOR", "BANDGAP"; 55 bandgap-voltage = <1000000>;
|
D | nxp_mcxw71.dtsi | 351 nxp,bandgap-startup-time-us = <20>;
|
D | nxp_lpc55S3x_common.dtsi | 478 nxp,bandgap-startup-time-us = <20>;
|
D | nxp_mcxn23x_common.dtsi | 694 nxp,bandgap-startup-time-us = <20>;
|
D | nxp_mcxn94x_common.dtsi | 839 nxp,bandgap-startup-time-us = <20>;
|
/Zephyr-latest/soc/nxp/kinetis/k6x/ |
D | soc.c | 139 /* enable bandgap buffer */ in soc_early_init_hook()
|
/Zephyr-latest/drivers/sensor/st/stm32_vref/ |
D | stm32_vref.c | 105 /* Calculate VREF+ using VREFINT bandgap voltage and calibration data */ in stm32_vref_channel_get()
|
/Zephyr-latest/soc/nxp/mcx/mcxc/ |
D | soc.c | 118 /* enable bandgap buffer */ in soc_early_init_hook()
|
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/ |
D | index.rst | 108 GR716 Bandgap Cobham Gaisler
|
/Zephyr-latest/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 145 renesas,regulator-v30-ref-bandgap;
|
/Zephyr-latest/drivers/adc/ |
D | adc_sam0.c | 142 /* Enable the internal bandgap reference */ in adc_sam0_channel_setup()
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 1625 * io-channel-names = "SENSOR", "BANDGAP"; 1640 * DT_PHA_BY_NAME(DT_NODELABEL(n), io_channels, bandgap, input) // 20 1697 * io-channel-names = "SENSOR", "BANDGAP"; 1704 * - the element named `"BANDGAP"` has phandle `&adc2` 1712 * DT_PROP(DT_PHANDLE_BY_NAME(NODE, io_channels, bandgap), foobar) // "ADC_2"
|