Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_EVDMA.c111 uint8_t *periph_buf, in nhw_EVDMA_access() argument
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()
152 periph_buf += to_read; in nhw_EVDMA_access()
DNHW_EVDMA.h37 uint8_t *periph_buf,