UsbSetXDFP

From eMDeeWiki
Revision as of 14:38, 9 July 2014 by 96.228.162.28 (talk) (Created page with '<tt>int UsbSetXDFP(UAC_HANDLE devHandle, int nXDFPAddr, unsigned long nXDFPData)</tt> '''Return Value''' File:ErrorMacros.png '''Parameters''' ''devHandle'' :The device …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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