sPyNNaker neural_modelling 7.3.1
|
Data Fields | |
uint32_t | key |
The key to match against the incoming message. | |
uint32_t | mask |
The mask to select the relevant bits of key for matching. | |
uint32_t | start: 13 |
The index into connectors for this entry. | |
uint32_t | n_colour_bits: 3 |
The number of bits of key used for colour (0 if no colour) | |
uint32_t | count: 16 |
The number of entries in connectors for this entry. | |
uint32_t | core_mask: 16 |
The mask to apply to the key once shifted to get the core index. | |
uint32_t | mask_shift: 16 |
The shift to apply to the key to get the core part. | |
Definition at line 44 of file local_only_2d_common.h.
uint32_t key_info::key |
The key to match against the incoming message.
Definition at line 46 of file local_only_2d_common.h.
uint32_t key_info::mask |
The mask to select the relevant bits of key
for matching.
Definition at line 48 of file local_only_2d_common.h.
uint32_t key_info::start |
The index into connectors for this entry.
Definition at line 50 of file local_only_2d_common.h.
uint32_t key_info::n_colour_bits |
The number of bits of key used for colour (0 if no colour)
Definition at line 52 of file local_only_2d_common.h.
uint32_t key_info::count |
The number of entries in connectors for this entry.
Definition at line 54 of file local_only_2d_common.h.
uint32_t key_info::core_mask |
The mask to apply to the key once shifted to get the core index.
Definition at line 56 of file local_only_2d_common.h.
uint32_t key_info::mask_shift |
The shift to apply to the key to get the core part.
Definition at line 58 of file local_only_2d_common.h.