Home
last modified time | relevance | path

Searched refs:th_up (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_comp.c34 DT_INST_PROP(inst, th_up)
200 .th_up = SHIM_NRF_COMP_DT_INST_TH_UP(0),
527 if (shim->th_down > 63 || shim->th_up > 63) { in shim_nrf_comp_se_config_to_nrf()
532 nrf->threshold.th_up = shim->th_up; in shim_nrf_comp_se_config_to_nrf()
569 nrf->threshold.th_up = 0; in shim_nrf_comp_diff_config_to_nrf()
/Zephyr-latest/include/zephyr/drivers/comparator/
Dnrf_comp.h119 uint8_t th_up; member
/Zephyr-latest/tests/boards/nrf/comp/src/
Dtest.c23 .th_up = 32,