TI-OpenThread  1.08.06.06
Macros | Functions
LP_CC2652PSIP/thread/shade/task_config.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TASK_CONFIG_OT_TASK_PRIORITY   1
 
#define TASK_CONFIG_OT_TASK_STACK_SIZE   4096
 
#define TASK_CONFIG_SHADE_TASK_PRIORITY   2
 
#define TASK_CONFIG_SHADE_TASK_STACK_SIZE   1096
 

Functions

void OtStack_taskCreate (void)
 
void Shade_taskCreate (void)
 

Macro Definition Documentation

§ TASK_CONFIG_OT_TASK_PRIORITY

#define TASK_CONFIG_OT_TASK_PRIORITY   1

Priority of the OpenThread Stack task.

§ TASK_CONFIG_OT_TASK_STACK_SIZE

#define TASK_CONFIG_OT_TASK_STACK_SIZE   4096

Size of the OpenThread Stack task call stack.

NOTE: last stack peak tested at 3280 bytes (conformance test 8.2.1 CCS toolchain 2020-6-9). Adding 20% and rounding to largest 1K for round numbers.

§ TASK_CONFIG_SHADE_TASK_PRIORITY

#define TASK_CONFIG_SHADE_TASK_PRIORITY   2

Priority of the Application task.

§ TASK_CONFIG_SHADE_TASK_STACK_SIZE

#define TASK_CONFIG_SHADE_TASK_STACK_SIZE   1096

Size of the cli task call stack.

Function Documentation

§ OtStack_taskCreate()

void OtStack_taskCreate ( void  )

Creation funciton for the OpenThread Stack task.

Documented in task_config.h.

§ Shade_taskCreate()

void Shade_taskCreate ( void  )

Create function for the shade application task.

Documented in task_config.h.

© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale