UsbSetXDFP

From eMDeeWiki
Jump to navigationJump to search

int UsbSetXDFP(UAC_HANDLE devHandle, int nXDFPAddr, unsigned long nXDFPData)


Return Value

ErrorMacros.png

Parameters

devHandle

The device handle of an open device. Use the value returned by UsbI2cOpen.

nXDFPAddr

The address of the internal CODEC register to write

nXDFPData

The data to be written to the register


Remarks

Use this function to set an internal CODEC register. This function is provided to allow access to internal CODEC functionality that may not be provided for by other functions in this API. For a complete list of the internal CODEC registers, refer to the UAC357xB Programmers Guide, specifically Section 9.



USBI2C API Reference
Index of Functions
Home