Docs.rs
  • esp32c6-hal-0.1.0
    • esp32c6-hal 0.1.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jessebraham
    • github:esp-rs:espressif
    • Dependencies
      • cfg-if ^1.0.0 normal
      • embassy-time ^0.1.0 normal
      • embedded-can ^0.4.1 normal
      • embedded-hal ^0.2.7 normal
      • embedded-hal =1.0.0-alpha.9 normal
      • embedded-hal-async ^0.2.0-alpha.0 normal
      • embedded-hal-nb =1.0.0-alpha.1 normal
      • esp-hal-common ^0.8.0 normal
      • aes ^0.8.2 dev
      • critical-section ^1.1.1 dev
      • embedded-graphics ^0.7.1 dev
      • esp-backtrace ^0.6.0 dev
      • esp-hal-smartled ^0.1.0 dev
      • esp-println ^0.4.0 dev
      • sha2 ^0.10.6 dev
      • smart-leds ^0.3.0 dev
      • ssd1306 ^0.7.1 dev
      • static_cell ^1.0.0 dev
    • Versions
    • 50% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

Crate esp32c6_hal

logo

Crate esp32c6_hal

  • Version 0.1.0
  • All Items
  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Functions
  • Attribute Macros

Crates

  • esp32c6_hal
?
Change settings

Crate esp32c6_hal

source ·

Re-exports

  • pub use embedded_hal as ehal;

Modules

  • adc
    Analog to digital (ADC) conversion support.
  • aes
    Advanced Encryption Standard (AES) support.
  • analog
    Common module for analog functions
  • clock
    Clock Control
  • delay
    Delay driver
  • dma
    Direct Memory Access Commons
  • esp_riscv_rt
    Minimal startup / runtime for RISC-V CPUs from Espressif
  • gpio
    General Purpose I/Os
  • i2c
    I2C Driver
  • i2s
    I2S Master
  • interrupt
  • ledc
    LEDC (LED PWM Controller) peripheral control
  • macros
  • mcpwm
    MCPWM (Motor Control Pulse Width Modulator) peripheral
  • pcnt
  • peripheral
  • prelude
    The prelude
  • pulse_control
    Remote Control Peripheral (RMT)
  • radio
  • reset
  • rng
    Random number generator driver
  • rom
  • rtc_cntl
  • sha
  • soc
  • spi
    Serial Peripheral Interface
  • system
    System
  • systimer
  • timer
    General-purpose timers
  • trapframe
    State of the CPU saved when entering exception or interrupt
  • twai
    Two-wire Automotive Interface (TWAI)
  • uart
    UART driver
  • usb_serial_jtag

Macros

  • create_peripheral
  • into_ref
  • peripherals
  • regi2c_write
  • regi2c_write_mask

Structs

  • Delay
    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.
  • IO
  • PulseControl
    RMT peripheral (RMT)
  • Rng
    Random Number Generator
  • Rtc
  • Rwdt
    RTC Watchdog Timer
  • Spi
  • Timer
    General-purpose timer
  • TrapFrame
    Registers saved in trap handler
  • Uart
    UART driver
  • UsbSerialJtag

Enums

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

Functions

  • clear
    Clear a CPU interrupt
  • disable
    Disable the given peripheral interrupt.
  • disable_apm_filter
  • enable
    Enables a interrupt at a given priority
  • enable_cpu_interrupt⚠
    Enable a CPU interrupt
  • get_core
  • get_status
    Get status of peripheral interrupts
  • map⚠
    Assign a peripheral interrupt to an CPU interrupt.
  • set_kind
    Set the interrupt kind (i.e. level or edge) of an CPU interrupt
  • set_priority⚠
    Set the priority level of an CPU interrupt

Attribute Macros

  • entry
    Attribute to declare the entry point of the program

Results

esp32c6_hal::gpio::OutputPin
esp32c6_hal::prelude::_esp_hal_gpio_OutputPin
esp32c6_hal::prelude::_embedded_hal_digital_OutputPin
Single digital push-pull output pin
esp32c6_hal::prelude::_embedded_hal_digital_v2_OutputPin
Single digital push-pull output pin
esp32c6_hal::prelude::_embedded_hal_digital_v2_StatefulOutputPin
Push-pull output pin that can read its output state
esp32c6_hal::prelude::_embedded_hal_digital_ToggleableOutputPin
Output pin that can be toggled
esp32c6_hal::prelude::_embedded_hal_digital_v2_ToggleableOutputPin
Output pin that can be toggled
esp32c6_hal::gpio::Output
esp32c6_hal::gpio::InputPin
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.