Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_EVDMA.c39 st->job_pend_length = at_len & (0xFFFFFF); in nhw_EVDMA_read_next_job()
80 st->job_pend_length = 0; in nhw_EVDMA_start()
134 if ((st->job_pend_length == 0) || start_new_job) { in nhw_EVDMA_access()
142 uint to_read = BS_MIN(nbytes - *n_actual, st->job_pend_length); in nhw_EVDMA_access()
149 st->job_pend_length -= to_read; in nhw_EVDMA_access()
DNHW_EVDMA.h30 uint32_t job_pend_length; /* Pending length in current job */ member