DCB Manager API Reference
adi_dcb_Control
Description
The
adi_dcb_Control()
callback queue server according to command-value pairs. For more infor-
mation, see
"ADI_DCB_COMMAND_PAIR" on page
Currently, only one command is relevant,
though others may be added in the future. The command-value pairs can
be specified in one of three ways:
• A single command-value pair is passed.
adi_dcb_Control(
);
• A single command-value pair structure is passed.
ADI_DCB_COMMAND_PAIR cmd=
adi_dcb_Control(
);
• A table of
entry in the table must be
ADI_DCB_COMMAND_PAIR table[2] = {
5-14
function is used to configure/control a deferred
hServer,
ADI_DCB_CMD_FLUSH_QUEUE,
(void*)ClientCallback
{ADI_DCB_CMD_FLUSH_QUEUE, (void *)ClientCallback};
hServer,
ADI_DCB_CMD_PAIR,
(void*)&cmd
ADI_DCB_COMMAND_PAIR
ADI_DCB_CMD_END
{ADI_DCB_CMD_FLUSH_QUEUE, (void*)ClientCallback,
{ADI_DCB_CMD_END, O}
VisualDSP++ 5.0 Device Drivers and System
ADI_DCB_CMD_FLUSH_QUEUE
structures is passed. The last
.
Services Manual for Blackfin Processors
5-25.
,
Need help?
Do you have a question about the VisualDSP++ 5.0 and is the answer not in the manual?