Analog Devices VisualDSP++ 5.0 Service Manual page 221

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

Advertisement

adi_dcb_Forward
The
adi_dcb_Forward
to the DCB entry header structure,
to the IVG level of the appropriate queue.
The
adi_dcb_Forward
function and has the following prototype:
void adi_dcb_Forward(
ADI_DCB_ENTRY_HDR *Entry,
u16 IvgLevel
);
The arguments are as follows.
Entry
IvgLevel
The
ADI_DCB_ENTRY_HDR
lying RTOS is defined as:
typedef struct ADI_DCB_ENTRY_HDR {
struct ADI_DCB_ENTRY_HDR *pNext;
ADI_DCB_DEFERRED_FNpDeferredFunction;
} ADI_DCB_ENTRY_HDR;
VisualDSP++ 5.0 Device Drivers and System
Services Manual for Blackfin Processors
Deferred Callback Manager
function takes two arguments. The first is a pointer
ADI_DCB_ENTRY_HDR
function is invoked from within the
Pointer to the
ADI_DCB_ENTRY_HDR
the address of the queue server structure to which the callback is
posted. This is ignored in standalone mode.
IVG level of the appropriate queue. This argument is ignored by
VDK.
structure used to pass information to the under-
, and the second is
adi_dcb_Post
structure. This coincides with
5-9

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