Docs.rs
esp-hal-1.0.0
esp-hal 1.0.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
MabezDev
jessebraham
github:esp-rs:espressif
Dependencies
bitfield ^0.19
normal
bitflags ^2.9
normal
bytemuck ^1.24
normal
cfg-if ^1
normal
critical-section ^1
normal
optional
defmt ^1.0.1
normal
optional
delegate ^0.13
normal
digest ^0.10.7
normal
optional
document-features ^0.2
normal
embassy-embedded-hal ^0.5
normal
optional
embassy-futures ^0.1
normal
embassy-sync ^0.7
normal
embassy-usb-driver ^0.2
normal
optional
embassy-usb-synopsys-otg ^0.3
normal
optional
embedded-can ^0.4.1
normal
optional
embedded-hal ^1.0.0
normal
embedded-hal-async ^1.0.0
normal
embedded-io ^0.6
normal
optional
embedded-io ^0.7
normal
optional
embedded-io-async ^0.6
normal
optional
embedded-io-async ^0.7
normal
optional
enumset ^1.1
normal
esp-config ^0.6.0
normal
esp-metadata-generated ^0.3.0
normal
esp-rom-sys ^0.1.2
normal
esp-sync ^0.1.0
normal
esp-synopsys-usb-otg ^0.4.2
normal
optional
esp32 ^0.39
normal
optional
esp32c2 ^0.28
normal
optional
esp32c3 ^0.31
normal
optional
esp32c6 ^0.22
normal
optional
esp32h2 ^0.18
normal
optional
esp32s2 ^0.30
normal
optional
esp32s3 ^0.34
normal
optional
fugit ^0.3.7
normal
instability ^0.3.9
normal
log ^0.4
normal
optional
nb ^1.1
normal
optional
paste ^1.0.15
normal
portable-atomic ^1.11
normal
esp-hal-procmacros ^0.21.0
normal
rand_core ^0.6
normal
optional
rand_core ^0.9
normal
optional
sha1 ^0.10
normal
optional
sha2 ^0.10
normal
optional
strum ^0.27.1
normal
ufmt-write ^0.1
normal
optional
crypto-bigint ^0.5.5
dev
jiff ^0.2
dev
esp-config ^0.6.0
build
esp-metadata-generated ^0.3.0
build
esp-riscv-rt ^0.13.0
normal
optional
riscv ^0.15.0
normal
xtensa-lx ^0.13.0
normal
xtensa-lx-rt ^0.21.0
normal
optional
Versions
100%
of the crate is documented
Platform
riscv32imac-unknown-none-elf
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
InputPin
esp_hal
1.0.0
Input
Pin
Implementors
In esp_
hal::
gpio
esp_hal
::
gpio
Trait
Input
Pin
Copy item path
Source
pub trait InputPin:
Pin
{ }
Expand description
Trait implemented by pins which can be used as inputs.
Implementors
§
Source
§
impl
InputPin
for
GPIO0
<'_>
Source
§
impl
InputPin
for
GPIO1
<'_>
Source
§
impl
InputPin
for
GPIO2
<'_>
Source
§
impl
InputPin
for
GPIO3
<'_>
Source
§
impl
InputPin
for
GPIO4
<'_>
Source
§
impl
InputPin
for
GPIO5
<'_>
Source
§
impl
InputPin
for
GPIO6
<'_>
Source
§
impl
InputPin
for
GPIO7
<'_>
Source
§
impl
InputPin
for
GPIO8
<'_>
Source
§
impl
InputPin
for
GPIO9
<'_>
Source
§
impl
InputPin
for
GPIO10
<'_>
Source
§
impl
InputPin
for
GPIO11
<'_>
Source
§
impl
InputPin
for
GPIO12
<'_>
Source
§
impl
InputPin
for
GPIO13
<'_>
Source
§
impl
InputPin
for
GPIO14
<'_>
Source
§
impl
InputPin
for
GPIO15
<'_>
Source
§
impl
InputPin
for
GPIO16
<'_>
Source
§
impl
InputPin
for
GPIO17
<'_>
Source
§
impl
InputPin
for
GPIO18
<'_>
Source
§
impl
InputPin
for
GPIO19
<'_>
Source
§
impl
InputPin
for
GPIO20
<'_>
Source
§
impl
InputPin
for
GPIO21
<'_>
Source
§
impl
InputPin
for
GPIO22
<'_>
Source
§
impl
InputPin
for
GPIO23
<'_>
Source
§
impl
InputPin
for
GPIO27
<'_>
Source
§
impl
InputPin
for
AnyPin
<'_>