/* * 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 #define GPIO_PIN_FUNCTION_A 0 #define GPIO_PIN_FUNCTION_B 1 #define GPIO_PIN_FUNCTION_C 2 #define GPIO_PIN_FUNCTION_D 3 #define GPIO_PIN_FUNCTION_E 4 #define GPIO_PIN_FUNCTION_F 5 #define GPIO_PIN_FUNCTION_G 6 #define GPIO_PIN_FUNCTION_H 7 #define GPIO_PIN_FUNCTION_I 8 #include "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 i2c_m_sync_desc I2C_0; extern struct usart_sync_descriptor USART_0; extern struct spi_m_sync_descriptor SPI_0; extern struct slcd_sync_descriptor SEGMENT_LCD_0; void I2C_0_CLOCK_init(void); void I2C_0_init(void); void I2C_0_PORT_init(void); void SPI_0_PORT_init(void); void SPI_0_CLOCK_init(void); void SPI_0_init(void); void delay_driver_init(void); void EXTERNAL_IRQ_0_init(void); void SEGMENT_LCD_0_PORT_init(void); void SEGMENT_LCD_0_init(void); #ifdef __cplusplus } #endif #endif // DRIVER_INIT_INCLUDED