Add Zynq project files
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* GPIO_Driv.h
|
||||
*
|
||||
* Created on: 2021Äê4ÔÂ2ÈÕ
|
||||
* Author: dell
|
||||
*/
|
||||
|
||||
#ifndef SRC_GPIO_DRIV_H_
|
||||
#define SRC_GPIO_DRIV_H_
|
||||
|
||||
#include "stdio.h"
|
||||
#include "xgpiops.h"
|
||||
|
||||
typedef uint32_t u32;
|
||||
typedef uint16_t u16;
|
||||
typedef uint8_t u8;
|
||||
|
||||
|
||||
extern u32 CPLD_U1[11];
|
||||
extern u32 CPLD_U2[11];
|
||||
extern u32 CPLD_U3[11];
|
||||
|
||||
void EMIO_config(void);
|
||||
|
||||
#endif /* SRC_GPIO_DRIV_H_ */
|
||||
Reference in New Issue
Block a user