📄 idle exit execs
字号:
/* The only interrupt expected in this state is a */
/* stream interrupt. It can be either from the MAC */
/* layer for a packet destined for this node or */
/* from the application layer for a packet destined */
/* for some other node. */
intrpt_type = op_intrpt_type ();
intrpt_strm = op_intrpt_strm ();
pkptr = op_pk_get (intrpt_strm);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -