Docs.rs
embassy-nrf-0.8.0
embassy-nrf 0.8.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
Dirbaio
github:embassy-rs:crates-io
Dependencies
bitflags ^2.4.2
normal
cfg-if ^1.0.0
normal
cortex-m ^0.7.6
normal
cortex-m-rt >=0.6.15, <0.8
normal
critical-section ^1.1
normal
defmt ^1.0.1
normal
optional
document-features ^0.2.7
normal
embassy-embedded-hal ^0.5.0
normal
embassy-futures ^0.1.2
normal
optional
embassy-hal-internal ^0.3.0
normal
embassy-net-driver-channel ^0.3.2
normal
optional
embassy-sync ^0.7.2
normal
embassy-time ^0.5.0
normal
optional
embassy-time-driver ^0.2.1
normal
optional
embassy-time-queue-utils ^0.3.0
normal
optional
embassy-usb-driver ^0.2.0
normal
embedded-hal ^0.2.6
normal
embedded-hal ^1.0
normal
embedded-hal-async ^1.0
normal
embedded-io ^0.6.0
normal
embedded-io-async ^0.6.1
normal
embedded-storage ^0.3.1
normal
embedded-storage-async ^0.4.1
normal
fixed ^1.10.0
normal
log ^0.4.14
normal
optional
nrf-pac ^0.1.0
normal
rand_core ^0.6
normal
rand_core ^0.9
normal
Versions
100%
of the crate is documented
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
Module gpio
embassy_
nrf
0.8.0
Module gpio
Module Items
Structs
Enums
Traits
In crate embassy_
nrf
embassy_nrf
Module
gpio
Copy item path
Source
Expand description
General purpose input/output (GPIO) driver.
Structs
§
AnyPin
Type-erased GPIO pin
Flex
GPIO flexible pin.
Input
GPIO input driver.
Output
GPIO output driver.
Enums
§
Level
Digital input or output level.
Output
Drive
Drive strength settings for an output pin.
Port
A GPIO port with up to 32 pins.
Pull
Pull setting for an input.
Traits
§
Pin
Interface for a Pin that can be configured by an
Input
or
Output
driver, or converted to an
AnyPin
.