able to build host lpc18xx

This commit is contained in:
hathach
2018-12-05 20:39:52 +07:00
parent 4537ba66e5
commit 2fa32bd949
4 changed files with 103 additions and 64 deletions

View File

@@ -87,6 +87,9 @@ static inline bool pipehandle_is_equal(pipe_handle_t x, pipe_handle_t y)
tusb_error_t hcd_init(void) ATTR_WARN_UNUSED_RESULT;
void hal_hcd_isr(uint8_t hostid);
void hcd_int_enable (uint8_t rhport);
void hcd_int_disable(uint8_t rhport);
//--------------------------------------------------------------------+
// PIPE API
//--------------------------------------------------------------------+