alloc 8b sdram

allocate table in SDRAM memory, -128..127
Author: Johannes Taelman
License: BSD
Github: table/alloc 8b sdram.axo

Inlets

None

Outlets

None

Attributes

combo size

text init

Declaration
static const uint32_t LENGTHPOW = (attr_size);
static const uint32_t LENGTH = (1 << attr_size);
static const uint32_t LENGTHMASK = ((1 << attr_size) - 1);
static const uint32_t BITS = 8;
static const uint32_t GAIN = 20;
int8_t *array;
Init
static int8_t _array[attr_poly][LENGTH] __attribute__((section(".sdram")));
array = &_array[parent->polyIndex][0];
{
  int i;
  for (i = 0; i < LENGTH; i++)
    array[i] = 0;
}
attr_init

Privacy

© 2024 Zrna Research