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

Support code for formation_distance_dependent_impl.h. More...

#include "formation_distance_dependent_impl.h"

Go to the source code of this file.

Functions

formation_params_t * synaptogenesis_formation_init (uint8_t **data)
 Read and return an formation parameter data structure from the data stream.
 

Detailed Description

Support code for formation_distance_dependent_impl.h.

Definition in file formation_distance_dependent_impl.c.

Function Documentation

◆ synaptogenesis_formation_init()

formation_params_t * synaptogenesis_formation_init ( uint8_t **  data)

Read and return an formation parameter data structure from the data stream.

Parameters
[in,out]dataThe data stream to read from, updated to the new position after the read is done
Returns
the read parameters data structure

Definition at line 21 of file formation_distance_dependent_impl.c.