25#ifndef _ADDITIONAL_INPUT_CA2_ADAPTIVE_H_
26#define _ADDITIONAL_INPUT_CA2_ADAPTIVE_H_
52static inline void additional_input_initialise(
74 UNUSED
state_t membrane_voltage) {
79 return -additional_input->
i_ca2;
accum REAL
Type used for "real" numbers.
static REAL kdivk(REAL a, REAL b)
Divides an accum by another accum.
static REAL kdivui(REAL a, uint32_t b)
Divides an accum by an unsigned integer.
REAL state_t
The type of a state variable.
REAL input_t
The type of an input.
static uint n_steps_per_timestep
The number of steps to run per timestep.
static stdp_params params
Configuration parameters.