ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


ADMXRC_SYNCMODE

Declaration

typedef enum _ADMXRC_SYNCMODE
{
    ADMXRC_SYNC_CPUTOFPGA = 0x1,
    ADMXRC_SYNC_FPGATOCPU = 0x2
} ADMXRC2_SYNCMODE;

Description

The ADMXRC_SYNCMODE type is used with the ADMXRC_SyncDirectMaster function to specify the direction in which changes made to a buffer must be propagated across any hardware-level caches or write buffers:

Value Meaning
ADMXRC_SYNC_CPUTOFPGA Indicates that the CPU has modified a buffer that the FPGA is expected to access.
ADMXRC_SYNC_FPGATOCPU Indicates that the FPGA has modified a buffer that the CPU is expected to access.

 


 Top of page