/* * 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 #include #include #include #include "hal_usb_device.h" extern struct calendar_descriptor CALENDAR_0; extern struct usart_async_descriptor SIM0; extern struct usart_async_descriptor SIM1; extern struct usart_async_descriptor SIM2; extern struct usart_async_descriptor SIM3; extern struct usart_async_descriptor SIM4; extern struct usart_async_descriptor SIM5; extern struct usart_async_descriptor SIM6; #ifdef ENABLE_DBG_UART7 extern struct usart_async_rings_descriptor UART_debug; #else extern struct usart_async_descriptor SIM7; #endif void CALENDAR_0_CLOCK_init(void); void CALENDAR_0_init(void); void SIM0_PORT_init(void); void SIM0_CLOCK_init(void); void SIM0_init(void); void SIM1_PORT_init(void); void SIM1_CLOCK_init(void); void SIM1_init(void); void SIM2_PORT_init(void); void SIM2_CLOCK_init(void); void SIM2_init(void); void SIM3_PORT_init(void); void SIM3_CLOCK_init(void); void SIM3_init(void); void SIM4_PORT_init(void); void SIM4_CLOCK_init(void); void SIM4_init(void); void SIM5_PORT_init(void); void SIM5_CLOCK_init(void); void SIM5_init(void); void SIM6_PORT_init(void); void SIM6_CLOCK_init(void); void SIM6_init(void); void SIM7_PORT_init(void); void SIM7_CLOCK_init(void); void SIM7_init(void); void UART_debug_PORT_init(void); void UART_debug_CLOCK_init(void); void UART_debug_init(void); void USB_DEVICE_INSTANCE_CLOCK_init(void); void USB_DEVICE_INSTANCE_init(void); /** * \brief Perform system initialization, initialize pins and clocks for * peripherals */ void system_init(void); #ifdef __cplusplus } #endif #endif // DRIVER_INIT_INCLUDED