#include <mars_task.h>
Data Fields | |
| const char * | name |
| const void * | elf_image |
| uint32_t | context_save_size |
This structure is initialized by the user and passed into mars_task_initialize for MARS task initialization.
| const char* mars_task_params::name |
name of task
| const void* mars_task_params::elf_image |
address of MPU program elf image
| uint32_t mars_task_params::context_save_size |
size of context save area allocated for task
1.5.2