/* * 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 extern struct usart_sync_descriptor USART_DBG; extern struct spi_m_sync_descriptor SPI_SD_MMC; void USART_DBG_PORT_init(void); void USART_DBG_CLOCK_init(void); void USART_DBG_init(void); void SPI_SD_MMC_PORT_init(void); void SPI_SD_MMC_CLOCK_init(void); void SPI_SD_MMC_init(void); void delay_driver_init(void); /** * \brief Perform system initialization, initialize pins and clocks for * peripherals */ void system_init(void); #ifdef __cplusplus } #endif #endif // DRIVER_INIT_INCLUDED