Crate esp32_hal

source ·

Re-exports

Modules

Macros

Structs

Enums

  • Enumeration of CPU cores The actual number of available cores depends on the target.
  • Enumeration of available CPU interrupts It’s possible to create one handler per priority level. (e.g level1_interrupt)
  • Interrupt priority levels.

Functions

  • Clear the given CPU interrupt
  • Disable the given peripheral interrupt.
  • Get status of peripheral interrupts
  • map
    Assign a peripheral interrupt to an CPU interrupt.

Attribute Macros

  • Marks a function as the main function to be called on program start