Module chip

Source
Expand description

High-level setup and interrupt mapping for the chip.

Structs§

Esp32C3
Esp32C3DefaultPeripherals

Constants§

INTC_BASE

Statics§

INTC

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.