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. | |
| U8 | usb_select_enpoint_interrupt (void) |
| usb_select_endpoint_interrupt. | |
| U8 | usb_send_packet (U8 ep_num, U8 *tbuf, U8 data_length) |
| usb_send_packet. | |
| U8 | usb_read_packet (U8 ep_num, U8 *rbuf, U8 data_length) |
| usb_read_packet. | |
| void | usb_halt_endpoint (U8 ep_num) |
| usb_halt_endpoint. | |
| U8 | usb_init_device (void) |
| usb_init_device. | |
This file contains the USB driver routines.
************************************************************
Definition in file usb_drv.c.
1.6.1