Skip to main content

DMA

Constant DMA 

Source
pub const DMA: VolAddress<u8, Safe, Unsafe>;
Expand description

OAM DMA: writing a high byte copies 160 bytes from xx00 into OAM.

ยงSafety

Writing is unsafe: during the transfer the CPU may only access HRAM, so it must be started from a wait routine running there.