Home
last modified time | relevance | path

Searched full:refsel (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/dts/bindings/comparator/
Dnordic,nrf-lpcomp.yaml25 refsel = "VDD_4_8";
34 refsel = "AREF";
62 refsel:
Dnordic,nrf-comp.yaml29 refsel = "INT_1V2";
41 refsel = "AREF";
96 refsel:
/Zephyr-latest/drivers/dac/
Ddac_sam0.c32 uint8_t refsel; member
97 regs->CTRLB.bit.REFSEL = cfg->refsel; in dac_sam0_init()
125 .refsel = UTIL_CAT(SAM0_DAC_REFSEL_, SAM0_DAC_REFSEL(n)), \
/Zephyr-latest/samples/boards/nordic/system_off/boards/
Dnrf54l15dk_nrf54l15_cpuapp_comparator.overlay4 refsel = "VDD_4_8";
/Zephyr-latest/tests/drivers/build_all/comparator/nrf_lpcomp/
Dext_ref.overlay10 refsel = "VDD_4_8";
Dint_ref.overlay10 refsel = "AREF";
/Zephyr-latest/tests/drivers/comparator/gpio_loopback/snippets/nrf_lpcomp/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay10 refsel = "VDD_4_8";
Dnrf54h20dk_nrf54h20_cpuapp.overlay10 refsel = "VDD_4_8";
Dnrf54l15dk_nrf54l15_cpuapp.overlay10 refsel = "VDD_4_8";
/Zephyr-latest/tests/drivers/build_all/comparator/nrf_comp/
Dse.overlay10 refsel = "INT_1V2";
Dse_aref.overlay11 refsel = "AREF";
/Zephyr-latest/tests/drivers/comparator/gpio_loopback/snippets/nrf_comp/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay10 refsel = "VDD";
Dnrf54h20dk_nrf54h20_cpuapp.overlay10 refsel = "INT_1V2";
Dnrf54l15dk_nrf54l15_cpuapp.overlay10 refsel = "INT_1V2";
/Zephyr-latest/soc/nxp/imx/imx8m/m7/
Dsoc.c58 /* Integer PLLs: Fout = (mainDiv * refSel) / (preDiv * 2^ postDiv) */
61 .refSel = kANALOG_PllRefOsc24M, /*!< PLL reference OSC24M */
69 .refSel = kANALOG_PllRefOsc24M, /*!< PLL reference OSC24M */
77 .refSel = kANALOG_PllRefOsc24M, /*!< PLL reference OSC24M */
/Zephyr-latest/include/zephyr/drivers/comparator/
Dnrf_lpcomp.h83 * @note extrefsel is only used if refsel == COMP_NRF_LPCOMP_REFSEL_AREF
91 enum comp_nrf_lpcomp_refsel refsel; member
Dnrf_comp.h101 * @note extrefsel is only used if refsel == COMP_NRF_COMP_REFSEL_AREF
115 enum comp_nrf_comp_refsel refsel; member
/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_lpcomp.c18 _CONCAT(COMP_NRF_LPCOMP_REFSEL_, DT_INST_STRING_TOKEN(inst, refsel))
21 DT_INST_ENUM_HAS_VALUE(inst, refsel, AREF)
88 .refsel = SHIM_NRF_LPCOMP_DT_INST_REFSEL(0),
319 if (shim_nrf_lpcomp_refsel_to_nrf(shim->refsel, &nrf->reference)) { in shim_nrf_lpcomp_config_to_nrf()
Dcomparator_nrf_comp.c16 _CONCAT(COMP_NRF_COMP_REFSEL_, DT_INST_STRING_TOKEN(inst, refsel))
19 DT_INST_ENUM_HAS_VALUE(inst, refsel, AREF)
198 .refsel = SHIM_NRF_COMP_DT_INST_REFSEL(0),
517 if (shim_nrf_comp_refsel_to_nrf(shim->refsel, &nrf->reference)) { in shim_nrf_comp_se_config_to_nrf()
/Zephyr-latest/dts/bindings/adc/
Dnxp,lpc-lpadc.yaml30 register field CFG[REFSEL] (see chip specific manual).
/Zephyr-latest/soc/nxp/imx/imx8m/m4_mini/
Dsoc.c58 .refSel = kANALOG_PllRefOsc24M, /* PLL reference OSC24M */
67 .refSel = kANALOG_PllRefOsc24M, /* PLL reference OSC24M */