Crate xtensa_lx106_rt_proc_macros

Source
Expand description

Internal implementation details of xtensa-lx106-rt.

Do not use this crate directly.

Attribute Macrosยง

entry
Marks a function as the main function to be called on program start
exception
Marks a function as the exception handler
interrupt
Marks a function as the interrupt handler for the given interrupt type
pre_init
Marks a function as the pre_init function. This function is called before main and before the memory is initialized.