[−][src]Crate xtensa_lx6_rt
Modules
exception | Exception handling |
Functions
init_data⚠ | Initializes the |
zero_bss⚠ | Zeroes the |
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, with optional interrupt level indicated |
pre_init | Marks a function as the pre_init function. This function is called before main and before the memory is initialized. |