Renesas Emulator Debugger M16C PC4701 User Manual

Page 209

Advertising
background image

7 Windows/Dialogs

195


The following are displayed in the Flgatr area:

TA_TFIFO

Task wait queue is in FIFO order

TA_TPRI

Task wait queue is in task priority order

TA_WSGL

Only one task is allowed to be in the waiting state for the eventflag

TA_WMUL

Multiple tasks are allowed to be in the waiting state for the eventflag

TA_CLR

Eventflag's bit pattern is cleared when a task is released from the
waiting state for that eventflag


When a task connected to the event flag queue is in the state of waiting with timeout enabled
(waiting in twai_flg), a string "[tmo]", which indicates a state of waiting with timeout enabled, is
appended to a string displayed in the Flag Queue field.
When a task connected to the event flag queue is in the state of forced waiting (double waiting), a
string "[s]", which indicates double waiting, is appended to a string displayed in the Flag Queue
field.

Normal Display

26(_task26)

Display when in WAIT-SUSPEND

26(_task26)[s]

Display when in WAIT-SUSPEND with time out

26(_task26)[tmo][s]


Up to 8 characters can be displayed in the task name in the Flag Queue field.
If a task name exceeds 8 characters, the extra characters are omitted.

Advertising