Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_comp.h113 .th_down = NRFX_COMP_VOLTAGE_THRESHOLD_TO_INT(0.5, 1.2), \
/hal_nordic-latest/nrfx/hal/
Dnrf_comp.h142 uint8_t th_down; /*!< THDOWN value. */ member
477 (((uint32_t)threshold.th_down << COMP_TH_THDOWN_Pos) & COMP_TH_THDOWN_Msk) | in nrf_comp_th_set()