WE310F5  39.00.000
M2MB_AF_APP_THREAD_S Struct Reference

APP thread information. More...

#include <m2mb_app_framework.h>

Data Fields

M2MB_OS_TASK_HANDLE thrHandle
 
UINT8thread_stack
 
M2MB_OS_Q_HANDLE pQHandle
 
VOIDQMsg_space
 

Detailed Description

APP thread information.

This data structure stores the thread handlers details. To post a message to the thread user can use the pQHandle and OS APIs. To get details on thread thrHandle can be used .

Definition at line 154 of file m2mb_app_framework.h.

Field Documentation

◆ pQHandle

M2MB_OS_Q_HANDLE pQHandle

Definition at line 158 of file m2mb_app_framework.h.

◆ QMsg_space

VOID* QMsg_space

Definition at line 159 of file m2mb_app_framework.h.

◆ thread_stack

UINT8* thread_stack

Definition at line 157 of file m2mb_app_framework.h.

◆ thrHandle

Definition at line 156 of file m2mb_app_framework.h.


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