中断号与事件号是系统分配的吗?如果是,相关定义在哪里?如果是自己指定,是否有相关的限制?
/* 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
0FrameQ
1MessageQ(TransportShm)
2RingIO
3NameServerRemoteNotify
4是不说事件号5–(EVENT_ID_MAX-1)的值自己划分?