Contiki 2.5
Functions
usb_drv.c File Reference

This file contains the USB driver routines. More...

#include "config.h"
#include "conf_usb.h"
#include "usb_drv.h"
#include <util/delay.h>

Go to the source code of this file.

Functions

U8 usb_config_ep (U8 config0, U8 config1)
 usb_configure_endpoint. More...
 
U8 usb_select_enpoint_interrupt (void)
 usb_select_endpoint_interrupt. More...
 
U8 usb_send_packet (U8 ep_num, U8 *tbuf, U8 data_length)
 usb_send_packet. More...
 
U8 usb_read_packet (U8 ep_num, U8 *rbuf, U8 data_length)
 usb_read_packet. More...
 
void usb_halt_endpoint (U8 ep_num)
 usb_halt_endpoint. More...
 
U8 usb_init_device (void)
 usb_init_device. More...
 

Detailed Description

This file contains the USB driver routines.


Definition in file usb_drv.c.