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
32
33
34
35
36
37
38
39
40
41
42
43
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - <TBD>"]
    pub low: LOW,
    #[doc = "0x01 - <TBD>"]
    pub high: HIGH,
    #[doc = "0x02 - <TBD>"]
    pub extended: EXTENDED,
}
#[doc = "<TBD>\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 [extended](extended) module"]
pub type EXTENDED = crate::Reg<u8, _EXTENDED>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _EXTENDED;
#[doc = "`read()` method returns [extended::R](extended::R) reader structure"]
impl crate::Readable for EXTENDED {}
#[doc = "`write(|w| ..)` method takes [extended::W](extended::W) writer structure"]
impl crate::Writable for EXTENDED {}
#[doc = "<TBD>"]
pub mod extended;
#[doc = "<TBD>\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 [high](high) module"]
pub type HIGH = crate::Reg<u8, _HIGH>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _HIGH;
#[doc = "`read()` method returns [high::R](high::R) reader structure"]
impl crate::Readable for HIGH {}
#[doc = "`write(|w| ..)` method takes [high::W](high::W) writer structure"]
impl crate::Writable for HIGH {}
#[doc = "<TBD>"]
pub mod high;
#[doc = "<TBD>\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 [low](low) module"]
pub type LOW = crate::Reg<u8, _LOW>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _LOW;
#[doc = "`read()` method returns [low::R](low::R) reader structure"]
impl crate::Readable for LOW {}
#[doc = "`write(|w| ..)` method takes [low::W](low::W) writer structure"]
impl crate::Writable for LOW {}
#[doc = "<TBD>"]
pub mod low;