Toyomasa Watarai / simple-mbed-cloud-client

Dependents:  

Embed: (wiki syntax)

« Back to documentation index

palThreadServiceBridge Struct Reference

palThreadServiceBridge Struct Reference

PAL thread bridge structure - used by the platform thread to give control of the thread back to the service, see pal_plat_osThreadRun for more information. More...

#include <pal_plat_rtos.h>

Data Fields

palThreadData_tthreadData

Detailed Description

PAL thread bridge structure - used by the platform thread to give control of the thread back to the service, see pal_plat_osThreadRun for more information.

Definition at line 54 of file pal_plat_rtos.h.


Field Documentation

function pointer which points back to the service

Definition at line 57 of file pal_plat_rtos.h.