Adi_Dcb_Init - Analog Devices VisualDSP++ 5.0 Service Manual

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

Advertisement

adi_dcb_Init

Description
The
adi_dcb_Init
memory for the required number of deferred callback queues (referred to
as queue servers).
This function can be called once per processor core.
Prototype
ADI_DCB_RESULT adi_dcb_Init(
void
size_t
unsigned int
void
);
Arguments
ServerMemData
szServer
NumServers
hCriticalRegionData
VisualDSP++ 5.0 Device Drivers and System
Services Manual for Blackfin Processors
function initializes the DCB manager with sufficient
*ServerMemData,
szServer,
*NumServers
*hCriticalRegionData
Pointer to an area of memory used to hold the data associated
with each registered queue server
Length in bytes of memory supplied for the queue server
data.
On return, this argument holds the maximum number of
simultaneously open queue servers that the supplied memory
can support.
Handle to data area containing critical region data. This is
passed to
adi_int_EnterCriticalRegion
internally by the module. See
ther details.
Deferred Callback Manager
"Interrupt Manager"
where it is used
for fur-
5-17

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