Searched full:refsel (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/dts/bindings/comparator/ |
D | nordic,nrf-lpcomp.yaml | 25 refsel = "VDD_4_8"; 34 refsel = "AREF"; 62 refsel:
|
D | nordic,nrf-comp.yaml | 29 refsel = "INT_1V2"; 41 refsel = "AREF"; 96 refsel:
|
/Zephyr-latest/drivers/dac/ |
D | dac_sam0.c | 32 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/ |
D | nrf54l15dk_nrf54l15_cpuapp_comparator.overlay | 4 refsel = "VDD_4_8";
|
/Zephyr-latest/tests/drivers/build_all/comparator/nrf_lpcomp/ |
D | ext_ref.overlay | 10 refsel = "VDD_4_8";
|
D | int_ref.overlay | 10 refsel = "AREF";
|
/Zephyr-latest/tests/drivers/comparator/gpio_loopback/snippets/nrf_lpcomp/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 refsel = "VDD_4_8";
|
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 10 refsel = "VDD_4_8";
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 10 refsel = "VDD_4_8";
|
/Zephyr-latest/tests/drivers/build_all/comparator/nrf_comp/ |
D | se.overlay | 10 refsel = "INT_1V2";
|
D | se_aref.overlay | 11 refsel = "AREF";
|
/Zephyr-latest/tests/drivers/comparator/gpio_loopback/snippets/nrf_comp/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 refsel = "VDD";
|
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 10 refsel = "INT_1V2";
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 10 refsel = "INT_1V2";
|
/Zephyr-latest/soc/nxp/imx/imx8m/m7/ |
D | soc.c | 58 /* 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/ |
D | nrf_lpcomp.h | 83 * @note extrefsel is only used if refsel == COMP_NRF_LPCOMP_REFSEL_AREF 91 enum comp_nrf_lpcomp_refsel refsel; member
|
D | nrf_comp.h | 101 * @note extrefsel is only used if refsel == COMP_NRF_COMP_REFSEL_AREF 115 enum comp_nrf_comp_refsel refsel; member
|
/Zephyr-latest/drivers/comparator/ |
D | comparator_nrf_lpcomp.c | 18 _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()
|
D | comparator_nrf_comp.c | 16 _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/ |
D | nxp,lpc-lpadc.yaml | 30 register field CFG[REFSEL] (see chip specific manual).
|
/Zephyr-latest/soc/nxp/imx/imx8m/m4_mini/ |
D | soc.c | 58 .refSel = kANALOG_PllRefOsc24M, /* PLL reference OSC24M */ 67 .refSel = kANALOG_PllRefOsc24M, /* PLL reference OSC24M */
|