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
 

Detailed Description

Function Documentation

◆ rndish_close()

void rndish_close ( uint8_t  dev_addr)

Definition at line 127 of file cdc_rndis_host.c.

◆ rndish_init()

void rndish_init ( void  )

Definition at line 114 of file cdc_rndis_host.c.

◆ rndish_open_subtask()

bool rndish_open_subtask ( uint8_t  dev_addr,
cdch_data_t *  p_cdc 
)

Definition at line 164 of file cdc_rndis_host.c.

◆ rndish_xfer_isr()

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.

Variable Documentation

◆ C

C
extern
Initial value:
{
#endif
typedef struct {
OSAL_SEM_DEF(semaphore_notification);
osal_semaphore_handle_t sem_notification_hdl;
uint32_t max_xfer_size;
uint8_t mac_address[6];
}rndish_data_t