Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_EVDMA.c30 st->job_buff = st->joblist_ptr->job_buff; in nhw_EVDMA_read_next_job()
32 if (st->job_buff == NULL) { in nhw_EVDMA_read_next_job()
54 char *job_buff = st->joblist_ptr->job_buff; in nhw_EVDMA_peek_next_job_attrib() local
56 if (job_buff == NULL) { in nhw_EVDMA_peek_next_job_attrib()
79 st->job_buff = NULL; in nhw_EVDMA_start()
145 memcpy(periph_buf, st->job_buff, to_read); in nhw_EVDMA_access()
147 memcpy(st->job_buff, periph_buf, to_read); in nhw_EVDMA_access()
150 st->job_buff += to_read; in nhw_EVDMA_access()
DNHW_EVDMA.h20 char *job_buff; member
29 char *job_buff; /* Pointer to job buffer in memory with whatever offset */ member