combinable ep0 task

This commit is contained in:
Ed Clarke
2018-11-06 16:15:46 +00:00
parent a72885634d
commit 3debc9fef4
6 changed files with 322 additions and 141 deletions

View File

@@ -0,0 +1,8 @@
#include <xs1.h>
#include "xua_ep0_wrapper.h"
[[combinable]]
unsafe void XUA_Buffer_lite(chanend c_ep0_out, chanend c_ep0_in, chanend c_aud_out, chanend ?c_feedback, chanend c_aud_in, chanend c_sof, in port p_for_mclk_count, streaming chanend c_audio_hub);
[[combinable]]
unsafe void XUA_Buffer_lite2(server ep0_control_if i_ep0_ctl, chanend c_aud_out, chanend ?c_feedback, chanend c_aud_in, chanend c_sof, in port p_for_mclk_count, streaming chanend c_audio_hub);