#include "fdmp_kernel.h" #include "check.h" #include "task.h" #include "wait.h" #include "eventflag.h"
#include "fdmp_kernel.h"
#include "check.h"
#include "task.h"
#include "wait.h"
#include "eventflag.h"
eventflag.cのインクルード依存関係図
ソースコードを見る。
eventflag.c で定義されています。
eventflag.c の 76 行で定義されています。
eventflag.c の 75 行で定義されています。
イベントフラグの数
eventflag.c の 70 行で定義されています。
イベントフラグ待ち情報ブロックの定義
flgptn は,waiptn および wfmode と同時に使うことはないため,union を使えばメモリを節約することが可能である.
イベントフラグ管理ブロックのエリア(kernel_cfg.c)
イベントフラグ初期化ブロックのエリア(kernel_cfg.c)
イベントフラグIDの最大値(kernel_cfg.c)