Documentation
Documentation updates and version bump
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
Required User Function Definitions
|
||||
----------------------------------
|
||||
==================================
|
||||
|
||||
The following functions need to be defined by an application using the XMOS USB Audio framework.
|
||||
|
||||
External Audio Hardware Configuration Functions
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
-----------------------------------------------
|
||||
|
||||
.. c:function:: void AudioHwInit(chanend ?c_codec)
|
||||
|
||||
@@ -38,7 +38,7 @@ External Audio Hardware Configuration Functions
|
||||
|
||||
|
||||
Audio Streaming Functions
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
-------------------------
|
||||
|
||||
The following functions can be optionally used by the design. They can be useful for mute lines etc.
|
||||
|
||||
@@ -52,7 +52,7 @@ The following functions can be optionally used by the design. They can be useful
|
||||
This function is called when the audio stream from device to host stops.
|
||||
|
||||
Host Active
|
||||
~~~~~~~~~~~
|
||||
-----------
|
||||
|
||||
The following function can be used to signal that the device is connected to a valid host.
|
||||
|
||||
@@ -64,10 +64,11 @@ This is called on a change in state.
|
||||
|
||||
|
||||
HID Controls
|
||||
~~~~~~~~~~~~
|
||||
------------
|
||||
|
||||
The following function is called when the device wishes to read physical user input (buttons etc).
|
||||
|
||||
.. c:function:: void UserReadHIDButtons(unsigned char hidData[])
|
||||
|
||||
:param hidData: The function should write relevant HID bits into this array. The bit ordering and functionality is defined by the HID report descriptor used.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user