TI BLE Stack API Documentation  2.03.05
Public Attributes | List of all members
_icall_create_task_args_t Struct Reference

#include <icall.h>

Public Attributes

ICall_FuncArgsHdr hdr
 
void(* entryfn )(size_t arg)
 
uint_least8_t priority
 
uint_least16_t stacksize
 
size_t arg
 

Detailed Description

ICall_createTask() argument

Member Data Documentation

§ arg

size_t _icall_create_task_args_t::arg

argument passed to the task entry function

§ entryfn

void(* _icall_create_task_args_t::entryfn) (size_t arg)

task entry function

§ hdr

ICall_FuncArgsHdr _icall_create_task_args_t::hdr

common arguments

§ priority

uint_least8_t _icall_create_task_args_t::priority

task priority as understood by underlying RTOS implementation

§ stacksize

uint_least16_t _icall_create_task_args_t::stacksize

task stack size as understood by underlying RTOS implementation


The documentation for this struct was generated from the following file: