KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Channel Commands

Command values (for aica_channel_t commands) More...

Macros

#define AICA_CH_CMD_MASK   0x0000000f
 Mask for commands.
 
#define AICA_CH_CMD_NONE   0x00000000
 No command.
 
#define AICA_CH_CMD_START   0x00000001
 Start command.
 
#define AICA_CH_CMD_STOP   0x00000002
 Stop command.
 
#define AICA_CH_CMD_UPDATE   0x00000003
 Update command.
 

Detailed Description

Command values (for aica_channel_t commands)

Macro Definition Documentation

◆ AICA_CH_CMD_MASK

#define AICA_CH_CMD_MASK   0x0000000f

Mask for commands.

◆ AICA_CH_CMD_NONE

#define AICA_CH_CMD_NONE   0x00000000

No command.

◆ AICA_CH_CMD_START

#define AICA_CH_CMD_START   0x00000001

Start command.

◆ AICA_CH_CMD_STOP

#define AICA_CH_CMD_STOP   0x00000002

Stop command.

◆ AICA_CH_CMD_UPDATE

#define AICA_CH_CMD_UPDATE   0x00000003

Update command.