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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Bits 24-31 of `SRAM_EXT_CONFIG_STATUS`."]
    pub config_status3: CONFIG_STATUS3,
    #[doc = "0x04 - Bits 16-23 of `SRAM_EXT_CONFIG_STATUS`."]
    pub config_status2: CONFIG_STATUS2,
    #[doc = "0x08 - Bits 8-15 of `SRAM_EXT_CONFIG_STATUS`."]
    pub config_status1: CONFIG_STATUS1,
    #[doc = "0x0c - Bits 0-7 of `SRAM_EXT_CONFIG_STATUS`."]
    pub config_status0: CONFIG_STATUS0,
    #[doc = "0x10 - "]
    pub read_config: READ_CONFIG,
}
#[doc = "Bits 24-31 of `SRAM_EXT_CONFIG_STATUS`.\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 [config_status3](config_status3) module"]
pub type CONFIG_STATUS3 = crate::Reg<u32, _CONFIG_STATUS3>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CONFIG_STATUS3;
#[doc = "`read()` method returns [config_status3::R](config_status3::R) reader structure"]
impl crate::Readable for CONFIG_STATUS3 {}
#[doc = "`write(|w| ..)` method takes [config_status3::W](config_status3::W) writer structure"]
impl crate::Writable for CONFIG_STATUS3 {}
#[doc = "Bits 24-31 of `SRAM_EXT_CONFIG_STATUS`."]
pub mod config_status3;
#[doc = "Bits 16-23 of `SRAM_EXT_CONFIG_STATUS`.\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 [config_status2](config_status2) module"]
pub type CONFIG_STATUS2 = crate::Reg<u32, _CONFIG_STATUS2>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CONFIG_STATUS2;
#[doc = "`read()` method returns [config_status2::R](config_status2::R) reader structure"]
impl crate::Readable for CONFIG_STATUS2 {}
#[doc = "`write(|w| ..)` method takes [config_status2::W](config_status2::W) writer structure"]
impl crate::Writable for CONFIG_STATUS2 {}
#[doc = "Bits 16-23 of `SRAM_EXT_CONFIG_STATUS`."]
pub mod config_status2;
#[doc = "Bits 8-15 of `SRAM_EXT_CONFIG_STATUS`.\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 [config_status1](config_status1) module"]
pub type CONFIG_STATUS1 = crate::Reg<u32, _CONFIG_STATUS1>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CONFIG_STATUS1;
#[doc = "`read()` method returns [config_status1::R](config_status1::R) reader structure"]
impl crate::Readable for CONFIG_STATUS1 {}
#[doc = "`write(|w| ..)` method takes [config_status1::W](config_status1::W) writer structure"]
impl crate::Writable for CONFIG_STATUS1 {}
#[doc = "Bits 8-15 of `SRAM_EXT_CONFIG_STATUS`."]
pub mod config_status1;
#[doc = "Bits 0-7 of `SRAM_EXT_CONFIG_STATUS`.\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 [config_status0](config_status0) module"]
pub type CONFIG_STATUS0 = crate::Reg<u32, _CONFIG_STATUS0>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CONFIG_STATUS0;
#[doc = "`read()` method returns [config_status0::R](config_status0::R) reader structure"]
impl crate::Readable for CONFIG_STATUS0 {}
#[doc = "`write(|w| ..)` method takes [config_status0::W](config_status0::W) writer structure"]
impl crate::Writable for CONFIG_STATUS0 {}
#[doc = "Bits 0-7 of `SRAM_EXT_CONFIG_STATUS`."]
pub mod config_status0;
#[doc = "\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 [read_config](read_config) module"]
pub type READ_CONFIG = crate::Reg<u32, _READ_CONFIG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _READ_CONFIG;
#[doc = "`read()` method returns [read_config::R](read_config::R) reader structure"]
impl crate::Readable for READ_CONFIG {}
#[doc = "`write(|w| ..)` method takes [read_config::W](read_config::W) writer structure"]
impl crate::Writable for READ_CONFIG {}
#[doc = ""]
pub mod read_config;