/* * 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 #include extern struct adc_sync_descriptor ADC_0; extern struct aes_sync_descriptor CRYPTOGRAPHY_0; extern struct usart_async_descriptor TARGET_IO; extern struct i2c_m_sync_desc I2C_0; extern struct can_async_descriptor CAN_0; extern struct mac_async_descriptor MACIF; void ADC_0_PORT_init(void); void ADC_0_CLOCK_init(void); void ADC_0_init(void); void TARGET_IO_PORT_init(void); void TARGET_IO_CLOCK_init(void); void TARGET_IO_init(void); void I2C_0_CLOCK_init(void); void I2C_0_init(void); void I2C_0_PORT_init(void); void MACIF_CLOCK_init(void); void MACIF_init(void); void MACIF_PORT_init(void); void MACIF_example(void); /** * \brief Perform system initialization, initialize pins and clocks for * peripherals */ void system_init(void); #ifdef __cplusplus } #endif #endif // DRIVER_INIT_INCLUDED