Home
last modified time | relevance | path

Searched refs:extrefsel (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/comparator/
Dnrf_comp.h113 enum comp_nrf_comp_extrefsel extrefsel; member
143 enum comp_nrf_comp_extrefsel extrefsel; member
Dnrf_lpcomp.h89 enum comp_nrf_lpcomp_extrefsel extrefsel; member
/Zephyr-latest/tests/drivers/build_all/comparator/nrf_lpcomp/
Dint_ref.overlay11 extrefsel = "AIN1";
/Zephyr-latest/tests/drivers/build_all/comparator/nrf_comp/
Ddiff.overlay10 extrefsel = "AIN1";
Dse_aref.overlay10 extrefsel = "AIN1";
/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_comp.c22 _CONCAT(COMP_NRF_COMP_EXTREFSEL_, DT_INST_STRING_TOKEN(inst, extrefsel))
196 .extrefsel = SHIM_NRF_COMP_DT_INST_EXTREFSEL(0),
207 .extrefsel = SHIM_NRF_COMP_DT_INST_EXTREFSEL(0),
521 if (shim_nrf_comp_extrefsel_to_nrf(shim->extrefsel, &nrf->ext_ref)) { in shim_nrf_comp_se_config_to_nrf()
563 if (shim_nrf_comp_extrefsel_to_nrf(shim->extrefsel, &nrf->ext_ref)) { in shim_nrf_comp_diff_config_to_nrf()
Dcomparator_nrf_lpcomp.c24 _CONCAT(COMP_NRF_LPCOMP_EXTREFSEL_, DT_INST_STRING_TOKEN(inst, extrefsel))
86 .extrefsel = SHIM_NRF_LPCOMP_DT_INST_EXTREFSEL(0),
323 if (shim_nrf_lpcomp_extrefsel_to_nrf(shim->extrefsel, &nrf->ext_ref)) { in shim_nrf_lpcomp_config_to_nrf()