1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-02-03 17:21:05 +02:00

13 lines
189 B
C
Executable File

/*
* 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();