#include <dsp.h>
Data Fields | |
| void * | iram_src |
| u16 | iram_dst |
| u16 | iram_len |
| void * | dram_src |
| u16 | dram_dst |
| u16 | dram_len |
| u16 | pc |
All the information needed to send a microcode to the DSP.
Destination address of the DRAM
Length of DRAM (32byte align)
| void* dsp_ucode_t::dram_src |
Source address of the DRAM (32byte align)
Destination address of the IRAM
Length of IRAM (32byte align)
| void* dsp_ucode_t::iram_src |
Source address of the IRAM (32byte align)
| u16 dsp_ucode_t::pc |
The PC to jump to
1.6.3