PMSIS API
|
Cluster configuration structure. More...
Data Fields | |
pi_device_e | device_type |
int | id |
void * | heap_start |
uint32_t | heap_size |
struct pmsis_event_kernel_wrap * | event_kernel |
pi_cluster_flags_e | flags |
This structure is used to pass the desired cluster configuration to the runtime when opening a cluster.
pi_device_e pi_cluster_conf::device_type |
Device type.
struct pmsis_event_kernel_wrap* pi_cluster_conf::event_kernel |
pi_cluster_flags_e pi_cluster_conf::flags |
uint32_t pi_cluster_conf::heap_size |
void* pi_cluster_conf::heap_start |
int pi_cluster_conf::id |
Cluster ID, starting from 0.