sPyNNaker neural_modelling 7.1.1
Loading...
Searching...
No Matches
Data Fields
dma_buffer Struct Reference

Data Fields

synaptic_row_t sdram_writeback_address
 Address in SDRAM to write back plastic region to.
 
spike_t originating_spike
 Key of originating spike.
 
uint32_t n_bytes_transferred
 Number of bytes transferred in the read.
 
uint32_t colour
 Spike colour.
 
uint32_t colour_mask
 Spike colour mask.
 
synaptic_row_t row
 Row data.
 

Detailed Description

DMA buffer structure combines the row read from SDRAM with information about the read.

Definition at line 31 of file spike_processing.c.

Field Documentation

◆ sdram_writeback_address

synaptic_row_t dma_buffer::sdram_writeback_address

Address in SDRAM to write back plastic region to.

Definition at line 33 of file spike_processing.c.

◆ originating_spike

spike_t dma_buffer::originating_spike

Key of originating spike.

used to allow row data to be re-used for multiple spikes

Definition at line 37 of file spike_processing.c.

◆ n_bytes_transferred

uint32_t dma_buffer::n_bytes_transferred

Number of bytes transferred in the read.

Definition at line 40 of file spike_processing.c.

◆ colour

uint32_t dma_buffer::colour

Spike colour.

Definition at line 43 of file spike_processing.c.

◆ colour_mask

uint32_t dma_buffer::colour_mask

Spike colour mask.

Definition at line 46 of file spike_processing.c.

◆ row

synaptic_row_t dma_buffer::row

Row data.

Definition at line 49 of file spike_processing.c.


The documentation for this struct was generated from the following files: