Adi_Dcb_Remove - Analog Devices VisualDSP++ 5.0 Service Manual

Visualdsp++ 5.0 device drivers and system for blackfin processors
Table of Contents

Advertisement

adi_dcb_Remove

Description
The
adi_dcb_Remove()
match the address of the given callback function. Alternatively, passing a
NULL value for the callback function address instructs the callback man-
ager to remove all entries in the queue.
Prototype
ADI_DCB_RESULT adi_dcb_Remove(
ADI_DCB_HANDLE
ADI_DCB_CALLBACK_FN
);
Arguments
hServer
Callback
Return Value
In debug mode, this routine returns one of the following result codes;
otherwise,
ADI_DCB_RESULT_FLUSHED_OK
ADI_DCB_RESULT_FLUSHED_OK
ADI_DCB_RESULT_NONE_FLUSHED
ADI_DCB_RESULT_NO_SUCH_QUEUE
VisualDSP++ 5.0 Device Drivers and System
Services Manual for Blackfin Processors
Deferred Callback Manager
function removes entries in the given queue that
hServer,
Callback
Handle of the required queue server
Address of the client callback function removed. If NULL,
then all entries in the queue are removed, otherwise all
entries matching the given callback function address are
removed.
is always returned.
Entries were successfully removed.
Routine found no entries to be removed.
Handle provided does not represent a valid queue
server.
5-23

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VisualDSP++ 5.0 and is the answer not in the manual?

Table of Contents