RetroArch
Macros
EXI device operation flags

Macros

#define EXI_FLAG_DMA   0x0001
 
#define EXI_FLAG_IMM   0x0002
 
#define EXI_FLAG_SELECT   0x0004
 
#define EXI_FLAG_ATTACH   0x0008
 
#define EXI_FLAG_LOCKED   0x0010
 

Detailed Description

Macro Definition Documentation

◆ EXI_FLAG_ATTACH

#define EXI_FLAG_ATTACH   0x0008

EXI device on selected channel and device attached

◆ EXI_FLAG_DMA

#define EXI_FLAG_DMA   0x0001

EXI DMA mode transfer in progress

◆ EXI_FLAG_IMM

#define EXI_FLAG_IMM   0x0002

EXI immediate mode transfer in progress

◆ EXI_FLAG_LOCKED

#define EXI_FLAG_LOCKED   0x0010

EXI channel and device locked for device operations

◆ EXI_FLAG_SELECT

#define EXI_FLAG_SELECT   0x0004

EXI channel and device selected