WE310F5  39.00.000
M2M_AF_USER_THREAD_DETAILS_S Struct Reference

Application framework thread details structure. More...

#include <m2mb_app_framework.h>

Data Fields

UINT8thread_name
 
UINT32 stack_size
 
UINT8 priority
 
UINT8 q_msg_size
 
UINT8 q_size
 
VOIDuser_ctx
 
M2MB_AF_THREAD_PROCESS_T process_api
 

Detailed Description

Application framework thread details structure.

Structure to give thread details.

Definition at line 180 of file m2mb_app_framework.h.

Field Documentation

◆ priority

UINT8 priority

Message size of the queue. When the thread is created it, waits on the queue.

Definition at line 188 of file m2mb_app_framework.h.

◆ process_api

Definition at line 198 of file m2mb_app_framework.h.

◆ q_msg_size

UINT8 q_msg_size

Number of message user wants to hold in the queue

Definition at line 191 of file m2mb_app_framework.h.

◆ q_size

UINT8 q_size

User context to be passed while calling to process the message in the queue

Definition at line 193 of file m2mb_app_framework.h.

◆ stack_size

UINT32 stack_size

Priority of the thread

Definition at line 186 of file m2mb_app_framework.h.

◆ thread_name

UINT8* thread_name

< Name of the thread. This should point to a const memory Stack size to be used for the thread. Stack is allocated from heap internally by the system.

Definition at line 183 of file m2mb_app_framework.h.

◆ user_ctx

VOID* user_ctx

API to process the message

Definition at line 196 of file m2mb_app_framework.h.


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