sPyNNaker neural_modelling 7.2.2
Loading...
Searching...
No Matches
Functions
random_selection_impl.c File Reference

Support code for random_selection_impl.h. More...

#include "random_selection_impl.h"

Go to the source code of this file.

Functions

void partner_init (uint8_t **data)
 Initialise the partner selection rule.
 

Detailed Description

Support code for random_selection_impl.h.

Definition in file random_selection_impl.c.

Function Documentation

◆ partner_init()

void partner_init ( uint8_t **  data)

Initialise the partner selection rule.

Parameters
[in,out]dataA variable holding the location in SDRAM to configure the rule from. Will be updated to point to the first location after the configuration data.

Definition at line 21 of file random_selection_impl.c.