Docs.rs
avr-device-0.5.0
avr-device 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Rahix
Dependencies
avr-device-macros =0.5.0
normal
bare-metal ^1.0.0
normal
cfg-if ^1.0.0
normal
critical-section ^1.1.1
normal
ufmt ^0.2.0
normal
vcell ^0.1.2
normal
Versions
100%
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
☰
Module eeprom
Modules
Structs
Type Definitions
?
Module
avr_device
::
atmega328p
::
eeprom
source
·
[
−
]
Expand description
EEPROM
Modules
eear
EEPROM Address Register Bytes
eecr
EEPROM Control Register
eedr
EEPROM Data Register
Structs
RegisterBlock
Register block
Type Definitions
EEAR
EEAR (rw) register accessor: an alias for
Reg<EEAR_SPEC>
EECR
EECR (rw) register accessor: an alias for
Reg<EECR_SPEC>
EEDR
EEDR (rw) register accessor: an alias for
Reg<EEDR_SPEC>