tfKernelIsrPostEvent
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| void tfKernelIsrPostEvent | (ttUserGenericUnionPtr eventPtr); |
Function Description
This call is RTOS specific.
This function is used to resume waiting tasks that were waiting on this event. It is called from an ISR.
Parameters
- eventPtr
- The event to post on.