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

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.
 

Detailed Description

Definition at line 44 of file local_only_2d_common.h.

Field Documentation

◆ key

uint32_t key_info::key

The key to match against the incoming message.

Definition at line 46 of file local_only_2d_common.h.

◆ mask

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.

◆ start

uint32_t key_info::start

The index into connectors for this entry.

Definition at line 50 of file local_only_2d_common.h.

◆ n_colour_bits

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.

◆ count

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.

◆ core_mask

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.

◆ mask_shift

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.


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