Searched refs:extrefsel (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/comparator/ |
D | nrf_comp.h | 113 enum comp_nrf_comp_extrefsel extrefsel; member 143 enum comp_nrf_comp_extrefsel extrefsel; member
|
D | nrf_lpcomp.h | 89 enum comp_nrf_lpcomp_extrefsel extrefsel; member
|
/Zephyr-latest/tests/drivers/build_all/comparator/nrf_lpcomp/ |
D | int_ref.overlay | 11 extrefsel = "AIN1";
|
/Zephyr-latest/tests/drivers/build_all/comparator/nrf_comp/ |
D | diff.overlay | 10 extrefsel = "AIN1";
|
D | se_aref.overlay | 10 extrefsel = "AIN1";
|
/Zephyr-latest/drivers/comparator/ |
D | comparator_nrf_comp.c | 22 _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()
|
D | comparator_nrf_lpcomp.c | 24 _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()
|