#include <task_types.h>
This structure is initialized by the user and passed into mars_task_schedule for MARS task scheduling.
This argument structure is directly passed into the MARS task's mars_task_main function at task execution.
uint8_t mars_task_args::u8[32] |
array of 32 8-bit unsigned ints
uint16_t mars_task_args::u16[16] |
array of 16 16-bit unsigned ints
uint32_t mars_task_args::u32[8] |
array of 8 32-bit unsigned ints
uint64_t mars_task_args::u64[4] |
array of 4 64-bit unsigned ints