21 lines
453 B
C
21 lines
453 B
C
#ifndef INCLUDE_BSP_CLOCK_H_
|
|
#define INCLUDE_BSP_CLOCK_H_
|
|
|
|
#include "fc7xxx_driver_fcuart.h"
|
|
#include "fc7xxx_driver_pcc.h"
|
|
#include "fc7xxx_driver_port.h"
|
|
#include "fc7xxx_driver_scg.h"
|
|
#include "fc7xxx_driver_gpio.h"
|
|
#include "fc7xxx_driver_dma.h"
|
|
#include "fc7xxx_driver_csc.h"
|
|
#include "interrupt_manager.h"
|
|
#include "fc7xxx_driver_systick.h"
|
|
|
|
/**
|
|
* @brief General Clock Initial
|
|
*
|
|
*/
|
|
void Bsp_CLOCK_Init(void);
|
|
|
|
#endif /* INCLUDE_BSP_CLOCK_H_ */
|