Home
last modified time | relevance | path

Searched refs:enable_hyst (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_lpcomp.c27 DT_INST_PROP(inst, enable_hyst)
89 .enable_hyst = SHIM_NRF_LPCOMP_DT_INST_ENABLE_HYST(0),
328 if (shim->enable_hyst) { in shim_nrf_lpcomp_config_to_nrf()
334 if (shim->enable_hyst) { in shim_nrf_lpcomp_config_to_nrf()
Dcomparator_nrf_comp.c40 DT_INST_PROP(inst, enable_hyst)
208 .enable_hyst = SHIM_NRF_COMP_DT_INST_ENABLE_HYST(0),
576 if (shim->enable_hyst) { in shim_nrf_comp_diff_config_to_nrf()
582 if (shim->enable_hyst) { in shim_nrf_comp_diff_config_to_nrf()
/Zephyr-latest/include/zephyr/drivers/comparator/
Dnrf_lpcomp.h93 bool enable_hyst; member
Dnrf_comp.h145 bool enable_hyst; member