#include <dsplink.h>
Include dependency graph for dsp/inc/notify.h:
Go to the source code of this file.
FnNotifyCbck | ||||||||||
Signature of the callback function to be registered with the Notify component. ============================================================================
| ||||||||||
typedef Void(* | FnNotifyCbck )(IN Uint32 eventNo, IN Ptr arg, IN Ptr info) | |||||||||
Int | NOTIFY_register (IN Uint32 procId, IN Uint32 ipsId, IN Uint32 eventNo, IN FnNotifyCbck fnNotifyCbck, IN Ptr cbckArg) | |||||||||
This function registers a callback for a specific event with the NOTIFY component. | ||||||||||
Int | NOTIFY_unregister (IN Uint32 procId, IN Uint32 ipsId, IN Uint32 eventNo, IN FnNotifyCbck fnNotifyCbck, IN Void *cbckArg) | |||||||||
This function unregisters a callback for a specific event with the NOTIFY component. | ||||||||||
Int | NOTIFY_notify (IN Uint32 procId, IN Uint32 ipsId, IN Uint32 eventNo, IN Uint32 payload) | |||||||||
This function sends a notification of an event to the processor. |
|
Definition at line 81 of file dsp/inc/notify.h. |
|
This function sends a notification of an event to the processor. ============================================================================
|
|
This function registers a callback for a specific event with the NOTIFY component. ============================================================================
|
|
This function unregisters a callback for a specific event with the NOTIFY component. ============================================================================
|