Root/Software/sie_cg/templates/basic/jz_fpga_init.h

1/*
2 * SIE FPGA init
3 *
4 */
5#include "jz47xx_gpio.h"
6#include "jz47xx_mmap.h"
7
8#define CS2_PORT JZ_GPIO_PORT_B
9#define CS2_PIN 26
10
11JZ_REG * jz_cs2_init();
12
13

Archive Download this file

Branches:
master



interactive