Difference between revisions of "UsbGetXDFP"

From eMDeeWiki
Jump to navigationJump to search
(Created page with '<tt>long UsbGetXDFP(UAC_HANDLE devHandle, int nXDFPAddr)</tt> '''Return Value''' :Returns the value of the internal CODEC register '''Parameters''' ''devHandle'' :The device …')
 
Line 17: Line 17:
  
 
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 [http://www.emdee.com/Downloads/Manuals/UAC357xBGuide.pdf UAC357xB Programmers Guide], specifically Section 9.
 
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 [http://www.emdee.com/Downloads/Manuals/UAC357xBGuide.pdf UAC357xB Programmers Guide], specifically Section 9.
 +
  
  

Revision as of 13:35, 9 July 2014

long UsbGetXDFP(UAC_HANDLE devHandle, int nXDFPAddr)


Return Value

Returns the value of the internal CODEC register

Parameters

devHandle

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

nXDFPAddr

The address of the internal CODEC register to read


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