Declaration of main function used by example. More...
#include "diskio.h"
#include "ff.h"
#include "ffconf.h"
#include "integer.h"
#include "ctrl_access.h"
#include "USBH.h"
Go to the source code of this file.
Functions | |
void | main_usb_sof_event (void) |
Notify that a SOF has been sent (each 1 ms). | |
void | main_usb_connection_event (USBH_device_t *dev, bool b_present) |
Notify that a USB device has been connected or disconnected. |
Declaration of main function used by example.
Copyright (C) 2014-2015 Atmel Corporation. All rights reserved.
Definition in file main.h.
void main_usb_connection_event | ( | USBH_device_t * | dev, | |
bool | b_present | |||
) |