Contiki-NG

USB header file for the nRF. More...

#include "contiki.h"

Go to the source code of this file.

Functions

void usb_init (void)
 Initialize the USB driver.
 
void usb_write (uint8_t *buffer, uint32_t buffer_size)
 Writes to the USB driver. More...
 
void usb_flush (void)
 Flush USB buffer. More...
 
void usb_set_input (int(*input)(unsigned char c))
 Sets the input handler called in the event handler. More...
 
void usb_interrupt_handler (void)
 Handles the interrupt. More...
 
void usb_arch_init (void)
 Initialize the architecture specific USB driver.
 

Detailed Description

USB header file for the nRF.

Author
Yago Fontoura do Rosario yago..nosp@m.rosa.nosp@m.rio@h.nosp@m.otma.nosp@m.il.co.nosp@m.m.br

Definition in file usb.h.