TinyUSB API. More...
TinyUSB API.
Definition in file tinyusb.h.
#include "periph_conf.h"
#include "tinyusb_hw_defaults.h"
Go to the source code of this file.
#define | TINYUSB_THREAD_STACKSIZE (THREAD_STACKSIZE_DEFAULT) |
Stack size used for the tinyUSB thread. | |
#define | TINYUSB_PRIORITY (2) |
Priority used for the tinyUSB thread. | |
#define | TINYUSB_TUD_RHPORT 0 |
tinyUSB RHPort number used for the device stack, default value is 0 | |
#define | TINYUSB_TUH_RHPORT 0 |
tinyUSB RHPort number used for the host stack, defaults value is 0 | |
int | tinyusb_setup (void) |
Initialize the tinyUSB stack including used peripherals and start the tinyUSB thread. More... | |
int tinyusb_setup | ( | void | ) |
Initialize the tinyUSB stack including used peripherals and start the tinyUSB thread.