Crate esp32s2_hal::xtensa_lx_rt
Modules
- Exception handling
Macros
Functions
- NMI⚠
- Initializes the
.datasection by copying it from the location indicated bysidata. - Zeroes the
.bsssection.
Attribute Macros
- Marks a function as the main function to be called on program start
- Marks a function as the exception handler
- Marks a function as the interrupt handler, with optional interrupt level indicated
- Marks a function as the pre_init function. This function is called before main and before the memory is initialized.