Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_EVDMA.c110 bool read_not_write, in nhw_EVDMA_access() argument
123 if ( ( read_not_write && (st->mode == EVDMA_write)) in nhw_EVDMA_access()
124 || (!read_not_write && (st->mode == EVDMA_read)) ) { in nhw_EVDMA_access()
127 if (read_not_write) { in nhw_EVDMA_access()
144 if (read_not_write) { in nhw_EVDMA_access()
DNHW_EVDMA.h36 bool read_not_write,