Dxx_init
Application Program Interface
2-73
Important Note:
This API will no longer be supported in the next major
release of DSP/BIOS. We recommend that you use the IOM driver
interface instead. See the
DSP/BIOS Driver Developer’s Guide
(SPRU616). This API is still supported in DSP/BIOS 5.32 and will be
supported in any patch releases or minor enhancements to DSP/BIOS
5.32.
C Interface
Syntax
Dxx_init();
Parameters
Void
Return Value
Void
Description
Dxx_init is used to initialize the device driver module for a particular
device. This initialization often includes resetting the actual device to its
initial state.
Dxx_init is called at system startup, before the application’s main()
function is called.
Dxx_init
Initialize device