Data Fields

ti_em_poststore_config_t_ Struct Reference

Data Fields

ti_em_queue_id_t local_free_queue_idx_tbl [2 *TI_EM_CORE_NUM]
void * local_heap_ptr_tbl [2 *TI_EM_CORE_NUM]
size_t poststore_size_max

Detailed Description

Event machine post-storing configuration.

This describes the EM configurable parameters which are required for the post-storing.


Field Documentation

Identifies the post-storing free queues. Array entry allocations per core are (core index * 2) + 0 and (core index * 2) + 1.

Identifies the post-storing heap pointers. Array entry allocations per core are (core index * 2) + 0 and (core index * 2) + 1.

Specifies the maximum number of bytes to post-store.