![]() |
![]() |
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 |
Event machine post-storing configuration.
This describes the EM configurable parameters which are required for the post-storing.
ti_em_queue_id_t ti_em_poststore_config_t_::local_free_queue_idx_tbl[2 *TI_EM_CORE_NUM] |
Identifies the post-storing free queues. Array entry allocations per core are (core index * 2) + 0 and (core index * 2) + 1.
void* ti_em_poststore_config_t_::local_heap_ptr_tbl[2 *TI_EM_CORE_NUM] |
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.