Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_lpcomp.c17 #define SHIM_NRF_LPCOMP_DT_INST_REFSEL(inst) \ macro
73 BUILD_ASSERT((SHIM_NRF_LPCOMP_DT_INST_REFSEL(0) < COMP_NRF_LPCOMP_REFSEL_VDD_1_16) ||
74 (SHIM_NRF_LPCOMP_DT_INST_REFSEL(0) > COMP_NRF_LPCOMP_REFSEL_VDD_15_16));
88 .refsel = SHIM_NRF_LPCOMP_DT_INST_REFSEL(0),