#include <dsplink.h>Include dependency graph for gpp/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 Pvoid arg, IN Pvoid info) | |||||||||
| EXPORT_API DSP_STATUS | NOTIFY_register (IN ProcessorId dspId, IN Uint32 ipsId, IN Uint32 eventNo, IN FnNotifyCbck fnNotifyCbck, IN Pvoid cbckArg) | |||||||||
| This function registers a callback for a specific event with the NOTIFY component. | ||||||||||
| EXPORT_API DSP_STATUS | NOTIFY_unregister (IN ProcessorId dspId, IN Uint32 ipsId, IN Uint32 eventNo, IN FnNotifyCbck fnNotifyCbck, IN Pvoid cbckArg) | |||||||||
| This function unregisters a callback for a specific event with the NOTIFY component. | ||||||||||
| EXPORT_API DSP_STATUS | NOTIFY_notify (IN ProcessorId dspId, IN Uint32 ipsId, IN Uint32 eventno, IN Uint32 payload) | |||||||||
| This function sends a notification of an event to the DSP. | ||||||||||
Defines | ||||||||||
| #define | NOTIFY_H | |||||||||
|
|
Definition at line 44 of file gpp/inc/notify.h. |
|
|
Definition at line 85 of file gpp/inc/notify.h. |
|
||||||||||||||||||||
|
This function sends a notification of an event to the DSP. ============================================================================
|
|
||||||||||||||||||||||||
|
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. ============================================================================
|
1.4.4