TI中文支持网
TI专业的中文技术问题搜集分享网站

在syslink系统中注册notify实践时中断号与事件号如何指定?

中断号与事件号是系统分配的吗?如果是,相关定义在哪里?如果是自己指定,是否有相关的限制?

/* Register a callback for a specific event with the Notify module. */
Int Notify_registerEvent (UInt16 procId,
                                            UInt16 lineId,
                                            UInt32 eventId,
                                            Notify_FnNotifyCbck fnNotifyCbck,
                                            UArg cbckArg)

Robin Edson:

Reserved Events

Out of total available events some are reserved for use by different modules for special notification purposes. Following is the list of events that are currently reserved by different modules:

ModuleEvent Ids

FrameQBufMgr
0

FrameQ
1

MessageQ(TransportShm)
2

RingIO
3

NameServerRemoteNotify
4

是不说事件号5–(EVENT_ID_MAX-1)的值自己划分?

赞(0)
未经允许不得转载:TI中文支持网 » 在syslink系统中注册notify实践时中断号与事件号如何指定?
分享到: 更多 (0)