Crate esp32c6_hal

source ·

Re-exports

Modules

Macros

Structs

  • Uses the SYSTIMER peripheral for counting clock cycles, as unfortunately the ESP32-C3 does NOT implement the mcycle CSR, which is how we would normally do this.
  • RMT peripheral (RMT)
  • Random Number Generator
  • RTC Watchdog Timer
  • General-purpose timer
  • Registers saved in trap handler
  • UART driver

Enums

  • Enumeration of CPU cores The actual number of available cores depends on the target.
  • Enumeration of available CPU interrupts. It is possible to create a handler for each of the interrupts. (e.g. interrupt3)
  • Interrupt Error
  • Interrupt kind
  • Interrupt priority levels.

Functions

Attribute Macros

  • Attribute to declare the entry point of the program