API_BD8379.h 828 Bytes
Newer Older
崔立宝's avatar
崔立宝 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
#ifndef  __API_BD8379_H
#define  __API_BD8379_H

#include "GPIO.h"

#define  BD8379_D0          0x00100000      
#define  BD8379_D1          0x00200000
#define  BD8379_D2          0x00400000
#define  BD8379_D3          0x00800000
#define  BD8379_D4          0x01000000
#define  BD8379_D5          0x02000000
#define  BD8379_D6          0x04000000
#define  BD8379_D7          0x08000000
#define  BD8379_D8          0x10000000
#define  BD8379_D9          0x20000000
#define  BD8379_D10         0x40000000
#define  BD8379_D11         0x80000000

/******************************************************************************

******************************************************************************/

void delay_ns(INT32U time) ;
void DB8379_Init(void) ;

void DB8379_WriteData(INT32U  data0, INT32U  data1);

#endif