mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-03-14 21:19:13 +02:00
13 lines
189 B
C
13 lines
189 B
C
|
/*
|
||
|
* SIE FPGA init
|
||
|
*
|
||
|
*/
|
||
|
#include "jz47xx_gpio.h"
|
||
|
#include "jz47xx_mmap.h"
|
||
|
|
||
|
#define CS2_PORT JZ_GPIO_PORT_B
|
||
|
#define CS2_PIN 26
|
||
|
|
||
|
JZ_REG * jz_cs2_init();
|
||
|
|