forked from PAWPAW-Mirror/lib_xua
Added testmodes to ep0
This commit is contained in:
@@ -13,8 +13,10 @@
|
|||||||
* present
|
* present
|
||||||
* \param c_clk_ctl Optional chanend to be connected to the clockgen thread if
|
* \param c_clk_ctl Optional chanend to be connected to the clockgen thread if
|
||||||
* present.
|
* present.
|
||||||
|
* \param c_usb_test Optional chanend to be connected to XUD if test modes required.
|
||||||
*/
|
*/
|
||||||
void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioCtrl, chanend ?c_mix_ctl,chanend ?c_clk_ctl
|
void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioCtrl,
|
||||||
|
chanend ?c_mix_ctl,chanend ?c_clk_ctl, chanend ?c_usb_test
|
||||||
#ifdef EP0_THREAD_COMBINED_WITH_SPI
|
#ifdef EP0_THREAD_COMBINED_WITH_SPI
|
||||||
, chanend c_spi, chanend c_spi_ss
|
, chanend c_spi, chanend c_spi_ss
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user