thesis_bldc_controller/Examples/QSPIDMA/QSPIDMA/driver_init.h

50 lines
1.0 KiB
C

/*
* 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 <hal_atomic.h>
#include <hal_delay.h>
#include <hal_gpio.h>
#include <hal_init.h>
#include <hal_io.h>
#include <hal_sleep.h>
#include <hal_qspi_dma.h>
#include <hal_usart_sync.h>
extern struct qspi_dma_descriptor QSPI_INSTANCE;
extern struct usart_sync_descriptor TARGET_IO;
void QSPI_INSTANCE_PORT_init(void);
void QSPI_INSTANCE_CLOCK_init(void);
void QSPI_INSTANCE_init(void);
void TARGET_IO_PORT_init(void);
void TARGET_IO_CLOCK_init(void);
void TARGET_IO_init(void);
/**
* \brief Perform system initialization, initialize pins and clocks for
* peripherals
*/
void system_init(void);
#ifdef __cplusplus
}
#endif
#endif // DRIVER_INIT_INCLUDED