KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
aica_cmd_t Struct Reference

Command queue struct for commanding the AICA from the SH-4. More...

#include <aica_comm.h>

Data Fields

uint32 size
 Command data size in dwords.
 
uint32 cmd
 Command ID.
 
uint32 timestamp
 When to execute the command (0 == now)
 
uint32 cmd_id
 CmdID, for cmd/resp pairs, or chn id.
 
uint32 misc [4]
 Misc Parameters / Padding.
 
uint8 cmd_data []
 Command data.
 

Detailed Description

Command queue struct for commanding the AICA from the SH-4.

Field Documentation

◆ cmd

uint32 aica_cmd_t::cmd

Command ID.

◆ cmd_data

uint8 aica_cmd_t::cmd_data[]

Command data.

◆ cmd_id

uint32 aica_cmd_t::cmd_id

CmdID, for cmd/resp pairs, or chn id.

◆ misc

uint32 aica_cmd_t::misc[4]

Misc Parameters / Padding.

◆ size

uint32 aica_cmd_t::size

Command data size in dwords.

◆ timestamp

uint32 aica_cmd_t::timestamp

When to execute the command (0 == now)


The documentation for this struct was generated from the following file: