sPyNNaker neural_modelling 7.3.1
|
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. | |
DMA buffer structure combines the row read from SDRAM with information about the read.
Definition at line 31 of file spike_processing.c.
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.
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.
uint32_t dma_buffer::n_bytes_transferred |
Number of bytes transferred in the read.
Definition at line 40 of file spike_processing.c.
uint32_t dma_buffer::colour |
Spike colour.
Definition at line 43 of file spike_processing.c.
uint32_t dma_buffer::colour_mask |
Spike colour mask.
Definition at line 46 of file spike_processing.c.
synaptic_row_t dma_buffer::row |
Row data.
Definition at line 49 of file spike_processing.c.