Searched refs:extrefsel (Results 1 – 10 of 10) 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/tests/boards/nrf/comp/boards/ |
| D | nrf54h20dk_nrf54h20_cpuapp.overlay | 30 extrefsel= "AIN1";
|
| D | nrf54l15dk_nrf54l15_cpuapp.overlay | 34 extrefsel= "AIN3";
|
| /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()
|
| /Zephyr-latest/tests/boards/nrf/comp/src/ |
| D | test.c | 22 .extrefsel = COMP_NRF_COMP_EXTREFSEL_AIN1, 31 .extrefsel = COMP_NRF_COMP_EXTREFSEL_AIN5,
|