blob: 5c029a462bbb3669d0e5789931d6c00c01cbd2c7 [file] [log] [blame]
Kévin Redon69b92d92019-01-24 16:39:20 +01001/*
2 * Code generated from Atmel Start.
3 *
4 * This file will be overwritten when reconfiguring your Atmel Start project.
5 * Please copy examples or other code you want to keep to a separate file
6 * to avoid losing it when reconfiguring.
7 */
8#ifndef DRIVER_INIT_INCLUDED
9#define DRIVER_INIT_INCLUDED
10
11#include "atmel_start_pins.h"
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17#include <hal_atomic.h>
18#include <hal_delay.h>
19#include <hal_gpio.h>
20#include <hal_init.h>
21#include <hal_io.h>
22#include <hal_sleep.h>
23
24#include "hal_usb_device.h"
25
26void USB_DEVICE_INSTANCE_CLOCK_init(void);
27void USB_DEVICE_INSTANCE_init(void);
28
29/**
30 * \brief Perform system initialization, initialize pins and clocks for
31 * peripherals
32 */
33void system_init(void);
34
35#ifdef __cplusplus
36}
37#endif
38#endif // DRIVER_INIT_INCLUDED