Go to the source code of this file.
|
| void | fomu_error (uint32_t line) |
| |
| | __attribute__ ((used)) |
| |
| void | xfer_log_append (uint8_t ep_num, uint16_t sz) |
| |
| void | queue_log_append (uint8_t ep_num, uint16_t sz) |
| |
| static void | tx_more_data (void) |
| |
| static void | process_tx (void) |
| |
| static void | process_rx (void) |
| |
| static void | dcd_reset (void) |
| |
| bool | dcd_init (uint8_t rhport, const tusb_rhport_init_t *rh_init) |
| |
| void | dcd_int_enable (uint8_t rhport) |
| |
| void | dcd_int_disable (uint8_t rhport) |
| |
| void | dcd_set_address (uint8_t rhport, uint8_t dev_addr) |
| |
| void | dcd_remote_wakeup (uint8_t rhport) |
| |
| void | dcd_connect (uint8_t rhport) |
| |
| void | dcd_disconnect (uint8_t rhport) |
| |
| void | dcd_sof_enable (uint8_t rhport, bool en) |
| |
| bool | dcd_edpt_open (uint8_t rhport, tusb_desc_endpoint_t const *p_endpoint_desc) |
| |
| void | dcd_edpt_close (uint8_t rhport, uint8_t ep_addr) |
| |
| void | dcd_edpt_close_all (uint8_t rhport) |
| |
| void | dcd_edpt_stall (uint8_t rhport, uint8_t ep_addr) |
| |
| void | dcd_edpt_clear_stall (uint8_t rhport, uint8_t ep_addr) |
| |
| bool | dcd_edpt_xfer (uint8_t rhport, uint8_t ep_addr, uint8_t *buffer, uint16_t total_bytes) |
| |
| static void | handle_out (void) |
| |
| static void | handle_in (void) |
| |
| static void | handle_reset (void) |
| |
| static void | handle_setup (void) |
| |
| void | dcd_int_handler (uint8_t rhport) |
| |
◆ __attribute__()
◆ dcd_connect()
| void dcd_connect |
( |
uint8_t | rhport | ) |
|
◆ dcd_disconnect()
| void dcd_disconnect |
( |
uint8_t | rhport | ) |
|
◆ dcd_edpt_clear_stall()
| void dcd_edpt_clear_stall |
( |
uint8_t | rhport, |
|
|
uint8_t | ep_addr ) |
◆ dcd_edpt_close()
| void dcd_edpt_close |
( |
uint8_t | rhport, |
|
|
uint8_t | ep_addr ) |
◆ dcd_edpt_close_all()
| void dcd_edpt_close_all |
( |
uint8_t | rhport | ) |
|
◆ dcd_edpt_open()
◆ dcd_edpt_stall()
| void dcd_edpt_stall |
( |
uint8_t | rhport, |
|
|
uint8_t | ep_addr ) |
◆ dcd_edpt_xfer()
| bool dcd_edpt_xfer |
( |
uint8_t | rhport, |
|
|
uint8_t | ep_addr, |
|
|
uint8_t * | buffer, |
|
|
uint16_t | total_bytes ) |
◆ dcd_init()
◆ dcd_int_disable()
| void dcd_int_disable |
( |
uint8_t | rhport | ) |
|
◆ dcd_int_enable()
| void dcd_int_enable |
( |
uint8_t | rhport | ) |
|
◆ dcd_int_handler()
| void dcd_int_handler |
( |
uint8_t | rhport | ) |
|
◆ dcd_remote_wakeup()
| void dcd_remote_wakeup |
( |
uint8_t | rhport | ) |
|
◆ dcd_reset()
| static void dcd_reset |
( |
void | | ) |
|
|
static |
◆ dcd_set_address()
| void dcd_set_address |
( |
uint8_t | rhport, |
|
|
uint8_t | dev_addr ) |
◆ dcd_sof_enable()
| void dcd_sof_enable |
( |
uint8_t | rhport, |
|
|
bool | en ) |
◆ fomu_error()
| void fomu_error |
( |
uint32_t | line | ) |
|
◆ handle_in()
| static void handle_in |
( |
void | | ) |
|
|
static |
◆ handle_out()
| static void handle_out |
( |
void | | ) |
|
|
static |
◆ handle_reset()
| static void handle_reset |
( |
void | | ) |
|
|
static |
◆ handle_setup()
| static void handle_setup |
( |
void | | ) |
|
|
static |
◆ process_rx()
| static void process_rx |
( |
void | | ) |
|
|
static |
◆ process_tx()
| static void process_tx |
( |
void | | ) |
|
|
static |
◆ queue_log_append()
| void queue_log_append |
( |
uint8_t | ep_num, |
|
|
uint16_t | sz ) |
◆ tx_more_data()
| static void tx_more_data |
( |
void | | ) |
|
|
static |
◆ xfer_log_append()
| void xfer_log_append |
( |
uint8_t | ep_num, |
|
|
uint16_t | sz ) |