Docs.rs
avr-device-0.8.0
avr-device 0.8.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Rahix
Dependencies
avr-device-macros =0.8.0
normal
optional
bare-metal ^1.0.0
normal
cfg-if ^1.0.0
normal
critical-section ^1.2.0
normal
optional
ufmt ^0.2.0
normal
optional
vcell ^0.1.3
normal
anyhow ^1.0
build
atdf2svd =0.5.1
build
prettyplease =0.2.37
build
svd-rs =0.14.12
build
svd2rust =0.37.1
build
svdtools =0.5.0
build
syn =2.0.110
build
yaml-rust2 =0.10.4
build
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
PORTB
avr_
device
0.8.0
PORTB
Aliased Type
Trait Implementations
Debug
In avr_
device::
atmega32u4
avr_device
::
atmega32u4
Type Alias
PORTB
Copy item path
Source
pub type PORTB =
Periph
<
RegisterBlock
, 0x23>;
Expand description
I/O Port
Aliased Type
§
pub struct PORTB {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Debug
for
PORTB
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more