#include <types.h>#include <broadway.h>Go to the source code of this file.
Functions | |
| int | gecko_initialize (void) |
| Initialize the USBGecko subsystem. | |
| int | gecko_shutdown (void) |
| Shut down the USBGecko subsystem. | |
| int | gecko_printf (const char *fmt,...) |
| printf to a USB Gecko | |
Simple USBGecko abstraction.
| int gecko_initialize | ( | void | ) |
Initialize the USBGecko subsystem.
Initializes the USBGecko subsystem, registers the necessary IRQ handlers and performs all other required initialization tasks.
| int gecko_shutdown | ( | void | ) |
Shut down the USBGecko subsystem.
Shuts down the USBGecko subsystem, unregisters the IRQ handlers and performs all other required shut down tasks.
1.6.3