TI BLE5-Stack API Documentation  9.14.00
Data Fields
_icall_create_task_args_t Struct Reference

ICall_createTask argument More...

Data Fields

size_t arg
 argument passed to the task entry function More...
 
void(* entryfn )(size_t arg)
 task entry function More...
 
ICall_FuncArgsHdr hdr
 common arguments More...
 
uint_least8_t priority
 task priority as understood by underlying RTOS implementation More...
 
uint_least16_t stacksize
 task priority as understood by underlying RTOS implementation More...
 

Detailed Description

ICall_createTask argument

Field Documentation

§ arg

size_t arg

argument passed to the task entry function

§ entryfn

void(* entryfn) (size_t arg)

task entry function

§ hdr

common arguments

§ priority

uint_least8_t priority

task priority as understood by underlying RTOS implementation

§ stacksize

uint_least16_t stacksize

task priority as understood by underlying RTOS implementation


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale