pub struct Peripherals {
pub DISPLAY: DISPLAY,
pub MIXER: MIXER,
pub INPUT: INPUT,
pub TIMER0: TIMER0,
pub TIMER1: TIMER1,
pub TIMER2: TIMER2,
pub TIMER3: TIMER3,
}Expand description
GBA Peripherals struct
Fields§
§DISPLAY: DISPLAYDisplay peripheral
MIXER: MIXERMixer peripheral
INPUT: INPUTInput peripheral
TIMER0: TIMER0Timer0 peripheral
TIMER1: TIMER1Timer1 peripheral
TIMER2: TIMER2Timer2 peripheral
TIMER3: TIMER3Timer3 peripheral