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
☰
In esp32c6_hal
Modules
adc
aes
analog
clock
delay
dma
esp_riscv_rt
gpio
i2c
i2s
interrupt
ledc
macros
mcpwm
pcnt
peripheral
prelude
pulse_control
radio
reset
rng
rom
rtc_cntl
sha
soc
spi
system
systimer
timer
trapframe
twai
uart
usb_serial_jtag
Macros
create_peripheral
into_ref
peripherals
regi2c_write
regi2c_write_mask
Structs
Delay
IO
PulseControl
Rng
Rtc
Rwdt
Spi
Timer
TrapFrame
Uart
UsbSerialJtag
Enums
Cpu
CpuInterrupt
Error
InterruptKind
Priority
Functions
clear
disable
disable_apm_filter
enable
enable_cpu_interrupt
get_core
get_status
map
set_kind
set_priority
?
Macro
esp32c6_hal
::
peripherals
source
·
[
−
]
macro_rules!
peripherals { ($($(
#[
$cfg
:meta]
)
?
$name
:ident =>
$from_pac
:tt),
*
$(,)
?
) => { ... }; }