Docs.rs
avr-device-0.8.0
avr-device 0.8.0
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
USART3
avr_
device
0.8.0
USART3
Aliased Type
Trait Implementations
Debug
In avr_
device::
atmega2560
avr_device
::
atmega2560
Type Alias
USART3
Copy item path
Source
pub type USART3 =
Periph
<
RegisterBlock
, 0x0130>;
Expand description
USART
Aliased Type
§
pub struct USART3 {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Debug
for
USART3
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more