[][src]Crate xtensa_lx106_rt

Re-exports

pub use crate::exception::ExceptionCause;
pub use crate::exception::ExceptionContext;

Modules

exception
interrupt
rom

Attribute Macros

entry

Marks a function as the main function to be called on program start

exception

Marks a function as the exception handler

pre_init

Marks a function as the pre_init function. This function is called before main and before the memory is initialized.