Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_comp.h59 #define NRFX_COMP_VOLTAGE_THRESHOLD_TO_INT(vol, ref) \ argument
60 (uint8_t)(((vol) > ((ref) / 64)) ? (NRFX_ROUNDED_DIV((vol) * 64,(ref)) - 1) : 0)