Crate esp32s2_hal
source ·Expand description
no_std HAL for the ESP32-S2 from Espressif.
Implements a number of the traits defined by the various packages in the embedded-hal repository.
Cargo Features
async- Enable support for asynchronous operation, with interfaces provided by embedded-hal-async and embedded-io-asyncdebug- Enable debug features in the HAL (used for development)defmt- Enabledefmt::Formaton certain typeseh1- Implement the traits defined in the1.0.0-xxxpre-releases of embedded-hal, embedded-hal-nb, and embedded-ioembassy- Enable support for embassy, a modern asynchronous embedded frameworkembassy-executor-interrupt- Use the interrupt-mode embassy executorembassy-executor-thread- Use the thread-mode embassy executorembassy-time-timg0- Enable the embassy time driver using theTIMG0peripherallog- enable log output using thelogcratepsram_2m- Use externally connected PSRAM (2MB)psram_4m- Use externally connected PSRAM (4MB)psram_8m- Use externally connected PSRAM (8MB)rt- Runtime supportufmt- Implement theufmt_write::uWritetrait for the UART drivervectored- Enable interrupt vectoring
Default Features
The rt and vectored features are enabled by default.
Modules
- Advanced Encryption Standard (AES) support.
- Common module for analog functions
- Clock Control
- Analog peripherals - Digital to Analog Converter
- Delay driver
- Direct Memory Access Commons
- Reading of eFuses (ESP32-S2)
- General Purpose I/Os
- HMAC Accelerator
- I2C Driver
- I2S Master
- Interrupt support
- LEDC (LED PWM Controller) peripheral control
- Procedural macros
- USB OTG full-speed peripheral
- Pulse Counter peripheral driver
- Exclusive peripheral access
- Peripheral instance singletons (ESP32-S2)
- The prelude
- PSRAM “virtual peripheral” driver (ESP32-S2)
- Wireless communication peripheral implementations
- Hardware and Software Reset
- Remote Control Peripheral (RMT)
- Random Number Generator
- ESP ROM libraries
- RSA Accelerator support.
- RTC_CNTL (Real-Time Clock Control) and Low-power Management
- Secure Hash Algorithm peripheral driver
- Serial Peripheral Interface
- System Control
- System Timer peripheral driver
- General-purpose timers
- State of the CPU saved when entering exception or interrupt
- Two-wire Automotive Interface (TWAI)
- UART driver
- Control the ULP core
Structs
- Delay driver
- FlashSafeDma
- General Purpose Input/Output driver
- RMT Instance
- Random number generator driver
- Low-power Management
- RTC Watchdog Timer
- SPI peripheral driver
- General-purpose Timer driver
- UART driver
Enums
- Available CPU cores
Functions
- Which core the application is currently executing on
Attribute Macros
- Marks a function as the main function to be called on program start