![]() |
Open FFBoard
Open source force feedback firmware
|
Functions | |
void | rndish_init (void) |
bool | rndish_open_subtask (uint8_t dev_addr, cdch_data_t *p_cdc) |
void | rndish_xfer_isr (cdch_data_t *p_cdc, pipe_handle_t pipe_hdl, xfer_result_t event, uint32_t xferred_bytes) |
void | rndish_close (uint8_t dev_addr) |
Variables | |
C | |
void rndish_close | ( | uint8_t | dev_addr | ) |
Definition at line 127 of file cdc_rndis_host.c.
void rndish_init | ( | void | ) |
Definition at line 114 of file cdc_rndis_host.c.
bool rndish_open_subtask | ( | uint8_t | dev_addr, |
cdch_data_t * | p_cdc | ||
) |
Definition at line 164 of file cdc_rndis_host.c.
void rndish_xfer_isr | ( | cdch_data_t * | p_cdc, |
pipe_handle_t | pipe_hdl, | ||
xfer_result_t | event, | ||
uint32_t | xferred_bytes | ||
) |
Definition at line 223 of file cdc_rndis_host.c.
|
extern |