1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Analog Comparator Control And Status Register"]
    pub acsr: ACSR,
    _reserved1: [u8; 23usize],
    #[doc = "0x18 - Special Function IO Register"]
    pub sfior: SFIOR,
}
#[doc = "Analog Comparator Control And Status Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [acsr](acsr) module"]
pub type ACSR = crate::Reg<u8, _ACSR>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _ACSR;
#[doc = "`read()` method returns [acsr::R](acsr::R) reader structure"]
impl crate::Readable for ACSR {}
#[doc = "`write(|w| ..)` method takes [acsr::W](acsr::W) writer structure"]
impl crate::Writable for ACSR {}
#[doc = "Analog Comparator Control And Status Register"]
pub mod acsr;
#[doc = "Special Function IO Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sfior](sfior) module"]
pub type SFIOR = crate::Reg<u8, _SFIOR>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SFIOR;
#[doc = "`read()` method returns [sfior::R](sfior::R) reader structure"]
impl crate::Readable for SFIOR {}
#[doc = "`write(|w| ..)` method takes [sfior::W](sfior::W) writer structure"]
impl crate::Writable for SFIOR {}
#[doc = "Special Function IO Register"]
pub mod sfior;