RTEMS ITRON 3.0 API User's Guide
The T_RFLG structire is used to define the characteristics of an eventflag
and passed as an argument to the ref_flg
service. The structure is
defined as follows:
/* Reference Eventflags (ref_flg) Structure */ typedef struct t_rflg { VP exinf; /* extended information */ BOOL_ID wtsk; /* indicates whether or not there is a waiting task */ UINT flgptn; /* eventflag bit pattern */ /* additional implementation dependent information may be included */ } T_RFLG;
T_CFLG
.
wtsk
is returned as FALSE = 0.
If there is a waiting task, wtsk
is returned as a value other than 0.
RTEMS ITRON 3.0 API User's Guide
Copyright © 1988-2007OAR Corporation