Go to the source code of this file.
◆ tcd_int_handler()
void tcd_int_handler |
( |
uint8_t |
rhport | ) |
|
◆ tuc_init()
bool tuc_init |
( |
uint8_t |
rhport, |
|
|
uint32_t |
port_type |
|
) |
| |
◆ tuc_inited()
bool tuc_inited |
( |
uint8_t |
rhport | ) |
|
◆ tuc_msg_request()
bool tuc_msg_request |
( |
uint8_t |
rhport, |
|
|
void const * |
rdo |
|
) |
| |
◆ tuc_pd_control_received_cb()
TU_ATTR_WEAK bool tuc_pd_control_received_cb |
( |
uint8_t |
rhport, |
|
|
pd_header_t const * |
header |
|
) |
| |
◆ tuc_pd_data_received_cb()
TU_ATTR_WEAK bool tuc_pd_data_received_cb |
( |
uint8_t |
rhport, |
|
|
pd_header_t const * |
header, |
|
|
uint8_t const * |
dobj, |
|
|
uint8_t const * |
p_end |
|
) |
| |
◆ tuc_task()
static TU_ATTR_ALWAYS_INLINE void tuc_task |
( |
void |
| ) |
|
|
inlinestatic |
◆ tuc_task_ext()
void tuc_task_ext |
( |
uint32_t |
timeout_ms, |
|
|
bool |
in_isr |
|
) |
| |