Expand description
High-level setup and interrupt mapping for the chip.
Structs§
Constants§
Statics§
Functions§
- _start_trap_ vectored 
- configure_trap_ ⚠handler 
- The ESP32C3 should support non-vectored and vectored interrupts, but vectored interrupts seem more reliable so let’s use that.
- disable_interrupt_ ⚠trap_ handler 
- Function that gets called if an interrupt occurs while an app was running.
- start_trap_ ⚠rust 
- Trap handler for board/chip specific code.