avr-device 0.2.3

Register access crate for AVR microcontrollers
Documentation
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - <TBD>"]
    pub low: crate::Reg<low::LOW_SPEC>,
    #[doc = "0x01 - <TBD>"]
    pub high: crate::Reg<high::HIGH_SPEC>,
    #[doc = "0x02 - <TBD>"]
    pub extended: crate::Reg<extended::EXTENDED_SPEC>,
}
#[doc = "EXTENDED register accessor: an alias for `Reg<EXTENDED_SPEC>`"]
pub type EXTENDED = crate::Reg<extended::EXTENDED_SPEC>;
#[doc = "<TBD>"]
pub mod extended;
#[doc = "HIGH register accessor: an alias for `Reg<HIGH_SPEC>`"]
pub type HIGH = crate::Reg<high::HIGH_SPEC>;
#[doc = "<TBD>"]
pub mod high;
#[doc = "LOW register accessor: an alias for `Reg<LOW_SPEC>`"]
pub type LOW = crate::Reg<low::LOW_SPEC>;
#[doc = "<TBD>"]
pub mod low;