Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_lpcomp.c42 static const uint32_t shim_nrf_lpcomp_ain_map[] = { variable
155 if (shim >= ARRAY_SIZE(shim_nrf_lpcomp_ain_map)) { in shim_nrf_lpcomp_psel_to_nrf()
159 *nrf = shim_nrf_lpcomp_ain_map[(uint32_t)shim]; in shim_nrf_lpcomp_psel_to_nrf()
211 if (shim >= ARRAY_SIZE(shim_nrf_lpcomp_ain_map)) { in shim_nrf_lpcomp_extrefsel_to_nrf()
215 *nrf = shim_nrf_lpcomp_ain_map[shim]; in shim_nrf_lpcomp_extrefsel_to_nrf()