Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/adc/
Dadc_npcx.c71 bool l_h; member
540 t_ctrl->l_h = !!param->val; in adc_npcx_threshold_ctrl_set_param()
599 if (t_ctrl->l_h) { in adc_npcx_threshold_ctrl_setup()
/Zephyr-Core-3.5.0/tests/unit/cbprintf/
Dmain.c1009 short l_h = 0; in ZTEST() local
1023 rc = prf(NULL, "12345%hn", &l_h); in ZTEST()
1024 zassert_equal(l_h, rc); in ZTEST()