![]() |
Contiki-NG
|
USB driver for the nRF. More...
#include "contiki.h"#include "usb.h"#include "usb_descriptors.h"#include "tusb.h"#include "usbd.h"Go to the source code of this file.
Functions | |
| void | usb_interrupt_handler (void) |
| Handles the interrupt. | |
| void | usb_set_input (int(*input)(unsigned char c)) |
| Sets the input handler called in the event handler. | |
| void | usb_init (void) |
| Initialize the USB driver. | |
| void | usb_write (uint8_t *buffer, uint32_t buffer_size) |
| Writes to the USB driver. | |
| void | usb_flush (void) |
| Flush USB buffer. | |
USB driver for the nRF.
Definition in file usb.c.