Crate esp32c3_hal::macros

Expand description

Procedural macros for placing statics and functions into RAM, and for marking interrupt handlers.

Macros

Attribute Macros

  • Marks a function as an interrupt handler
  • This attribute allows placing statics and functions into ram.