OpenCores
URL https://opencores.org/ocsvn/gecko3/gecko3/trunk

Subversion Repositories gecko3

[/] [gecko3/] [trunk/] [GECKO3COM/] [gecko3com-fw/] [firmware/] [include/] [gecko3com_gpif.h] - Diff between revs 29 and 32

Show entire file | Details | Blame | View Log

Rev 29 Rev 32
Line 35... Line 35...
*/
*/
 
 
#ifndef INCLUDED_GECKO3COM_GPIF_H
#ifndef INCLUDED_GECKO3COM_GPIF_H
#define INCLUDED_GECKO3COM_GPIF_H
#define INCLUDED_GECKO3COM_GPIF_H
 
 
 
/** signal that a read (data flows from the FPGA to the FX2) in in progress */
#define bmGPIF_READ_IN_PROGRESS 1
#define bmGPIF_READ_IN_PROGRESS 1
 
 
 
/** signal that there is data waiting in the OUT fifo to be handled */
#define bmGPIF_PENDING_DATA 2
#define bmGPIF_PENDING_DATA 2
 
 
 
 
/** flag to signal, that the GPIF receives data from the FPGA */
/** flag to signal, that the GPIF receives data from the FPGA */
volatile static idata uint8_t flGPIF;
volatile static idata uint8_t flGPIF;
 
 
/** \brief initialize GPIF system
/** \brief initialize GPIF system
 *
 *

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.