Crate gba_cell

Source
Expand description

Provides the GbaCell type.

§Safety

This crate is intended to only be used for writing software on the Nintendo Gameboy Advanced. Use on any other platform may lead to Undefined Behaviour.

Structs§

GbaCell
A “cell” type suitable to hold a global on the GBA.

Traits§

GbaCellSafe
Marker trait bound for the methods of GbaCell.