Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_EVDMA.c112 size_t nbytes, in nhw_EVDMA_access() argument
142 uint to_read = BS_MIN(nbytes - *n_actual, st->job_pend_length); in nhw_EVDMA_access()
154 if (*n_actual == nbytes) { in nhw_EVDMA_access()
155 return nbytes; in nhw_EVDMA_access()
DNHW_EVDMA.h38 size_t nbytes,