Crate d1_rom_rt

source ·
Expand description

Allwinner D1 ROM runtime.

Usage

Here’s an sample usage of this crate:

use d1_rom_rt::{entry, Parameters, Handover};

#[entry]
fn main(params: Parameters) -> Handover {
    /* code */
}

Structs

  • eGON.BT0 identifying structure.
  • Recycled ownership from Parameters.
  • ROM runtime peripheral ownership and configurations.

Functions

Attribute Macros

  • ROM stage function entry.