/* * Code generated from Atmel Start. * * This file will be overwritten when reconfiguring your Atmel Start project. * Please copy examples or other code you want to keep to a separate file * to avoid losing it when reconfiguring. */ #ifndef DRIVER_INIT_INCLUDED #define DRIVER_INIT_INCLUDED #include "atmel_start_pins.h" #ifdef __cplusplus extern "C" { #endif #include #include #include #include #include #include #include "hal_usb_device.h" void USB_DEVICE_INSTANCE_CLOCK_init(void); void USB_DEVICE_INSTANCE_init(void); #include extern struct flash_descriptor FLASH_0; void FLASH_0_init(void); void FLASH_0_CLOCK_init(void); /** * \brief Switch system LED on */ void LED_SYSTEM_on(void); /** * \brief Switch system LED off */ void LED_SYSTEM_off(void); /** * \brief Perform system initialization, initialize pins and clocks for * peripherals */ void system_init(void); #ifdef __cplusplus } #endif #endif // DRIVER_INIT_INCLUDED