Function main

Source
#[no_mangle]
pub unsafe fn main()
Expand description

Main function called after RAM initialized.

§Safety

Accesses memory, memory-mapped registers and CSRs.