Home
last modified time | relevance | path

Searched refs:isource (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/comparator/
Dnrf_comp.h111 enum comp_nrf_comp_isource isource; member
141 enum comp_nrf_comp_isource isource; member
/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_comp.c43 _CONCAT(COMP_NRF_COMP_ISOURCE_, DT_INST_STRING_TOKEN(inst, isource))
194 .isource = SHIM_NRF_COMP_DT_INST_ISOURCE(0),
206 .isource = SHIM_NRF_COMP_DT_INST_ISOURCE(0),
541 if (shim_nrf_comp_isource_to_nrf(shim->isource, &nrf->isource)) { in shim_nrf_comp_se_config_to_nrf()
545 if (shim->isource != COMP_NRF_COMP_ISOURCE_DISABLED) { in shim_nrf_comp_se_config_to_nrf()
588 if (shim_nrf_comp_isource_to_nrf(shim->isource, &nrf->isource)) { in shim_nrf_comp_diff_config_to_nrf()
592 if (shim->isource != COMP_NRF_COMP_ISOURCE_DISABLED) { in shim_nrf_comp_diff_config_to_nrf()
/Zephyr-latest/tests/drivers/build_all/comparator/nrf_comp/
Ddiff.overlay12 isource = "DISABLED";
Dse.overlay14 isource = "DISABLED";
Dse_aref.overlay15 isource = "DISABLED";
/Zephyr-latest/tests/drivers/comparator/gpio_loopback/snippets/nrf_comp/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay14 isource = "DISABLED";
Dnrf54h20dk_nrf54h20_cpuapp.overlay14 isource = "DISABLED";
Dnrf54l15dk_nrf54l15_cpuapp.overlay14 isource = "DISABLED";