CooCox 1.1.4 on mbed with simple blinky example

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

OsFlag.h File Reference

OsFlag.h File Reference

Evnet flag management header file. More...

Go to the source code of this file.

Data Structures

struct  FlagNode
 Flag node struct. More...
struct  Flag
 Flag control block. More...

Functions

void RemoveLinkNode (P_FLAG_NODE pnode)
 Remove a flag node from list.

Variables

FCB FlagCrl

Detailed Description

Evnet flag management header file.

Version:
V1.1.4
Date:
2011.04.20

This file including some defines and declares about flag management.

INTERNAL FILE,DON'T PUBLIC.

© COPYRIGHT 2009 CooCox

Definition in file OsFlag.h.


Function Documentation

void RemoveLinkNode ( P_FLAG_NODE  pnode )

Remove a flag node from list.

Parameters:
[in]pnodeA node that will remove from flag waiting list.
[out]None
Return values:
None
Description

This function is called to remove a flag node from the wait list.

Note:

Definition at line 686 of file flag.c.


Variable Documentation

Flags list struct

Definition at line 24 of file flag.c.