53 void *core_params_address,
void *neuron_params_address,
54 void *current_sources_address,
void *recording_address,
55 void *initial_values_address, uint32_t *n_rec_regions_used);
77#if LOG_LEVEL >= LOG_DEBUG
Data type definitions for SpiNNaker Neuron-modelling.
void neuron_pause(void)
Perform steps needed before pausing a simulation.
bool neuron_initialise(void *core_params_address, void *neuron_params_address, void *current_sources_address, void *recording_address, void *initial_values_address, uint32_t *n_rec_regions_used)
translate the data stored in the NEURON_PARAMS data region in SDRAM and convert it into c based objec...
const char * neuron_get_synapse_type_char(uint32_t synapse_type)
Get the synapse type description character.
void neuron_print_synapse_parameters(void)
Print the neurons' synapse parameters.
void neuron_print_inputs(void)
Print the inputs to the neurons.
bool neuron_resume(uint32_t time)
Prepare to resume simulation of the neurons.
void neuron_transfer(weight_t *syns)
Add inputs to the neurons.
void neuron_do_timestep_update(timer_t time, uint timer_count)
executes all the updates to neural parameters when a given timer period has occurred.
implementation for handling the processing of synapse rows.