Home
last modified time | relevance | path

Searched refs:th_down (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_comp.c31 DT_INST_PROP(inst, th_down)
199 .th_down = SHIM_NRF_COMP_DT_INST_TH_DOWN(0),
527 if (shim->th_down > 63 || shim->th_up > 63) { in shim_nrf_comp_se_config_to_nrf()
531 nrf->threshold.th_down = shim->th_down; in shim_nrf_comp_se_config_to_nrf()
568 nrf->threshold.th_down = 0; in shim_nrf_comp_diff_config_to_nrf()
/Zephyr-latest/include/zephyr/drivers/comparator/
Dnrf_comp.h117 uint8_t th_down; member