1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Cache control register"]
5 pub pcccr: PCCCR,
6 #[doc = "0x04 - Cache line control register"]
7 pub pcclcr: PCCLCR,
8 #[doc = "0x08 - Cache search address register"]
9 pub pccsar: PCCSAR,
10 #[doc = "0x0c - Cache read/write value register"]
11 pub pcccvr: PCCCVR,
12 _reserved4: [u8; 16usize],
13 #[doc = "0x20 - Cache regions mode register"]
14 pub pccrmr: PCCRMR,
15}
16#[doc = "Cache control 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 avaliable fields see [pcccr](pcccr) module"]
17pub type PCCCR = crate::Reg<u32, _PCCCR>;
18#[allow(missing_docs)]
19#[doc(hidden)]
20pub struct _PCCCR;
21#[doc = "`read()` method returns [pcccr::R](pcccr::R) reader structure"]
22impl crate::Readable for PCCCR {}
23#[doc = "`write(|w| ..)` method takes [pcccr::W](pcccr::W) writer structure"]
24impl crate::Writable for PCCCR {}
25#[doc = "Cache control register"]
26pub mod pcccr;
27#[doc = "Cache line control 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 avaliable fields see [pcclcr](pcclcr) module"]
28pub type PCCLCR = crate::Reg<u32, _PCCLCR>;
29#[allow(missing_docs)]
30#[doc(hidden)]
31pub struct _PCCLCR;
32#[doc = "`read()` method returns [pcclcr::R](pcclcr::R) reader structure"]
33impl crate::Readable for PCCLCR {}
34#[doc = "`write(|w| ..)` method takes [pcclcr::W](pcclcr::W) writer structure"]
35impl crate::Writable for PCCLCR {}
36#[doc = "Cache line control register"]
37pub mod pcclcr;
38#[doc = "Cache search address 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 avaliable fields see [pccsar](pccsar) module"]
39pub type PCCSAR = crate::Reg<u32, _PCCSAR>;
40#[allow(missing_docs)]
41#[doc(hidden)]
42pub struct _PCCSAR;
43#[doc = "`read()` method returns [pccsar::R](pccsar::R) reader structure"]
44impl crate::Readable for PCCSAR {}
45#[doc = "`write(|w| ..)` method takes [pccsar::W](pccsar::W) writer structure"]
46impl crate::Writable for PCCSAR {}
47#[doc = "Cache search address register"]
48pub mod pccsar;
49#[doc = "Cache read/write value 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 avaliable fields see [pcccvr](pcccvr) module"]
50pub type PCCCVR = crate::Reg<u32, _PCCCVR>;
51#[allow(missing_docs)]
52#[doc(hidden)]
53pub struct _PCCCVR;
54#[doc = "`read()` method returns [pcccvr::R](pcccvr::R) reader structure"]
55impl crate::Readable for PCCCVR {}
56#[doc = "`write(|w| ..)` method takes [pcccvr::W](pcccvr::W) writer structure"]
57impl crate::Writable for PCCCVR {}
58#[doc = "Cache read/write value register"]
59pub mod pcccvr;
60#[doc = "Cache regions mode 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 avaliable fields see [pccrmr](pccrmr) module"]
61pub type PCCRMR = crate::Reg<u32, _PCCRMR>;
62#[allow(missing_docs)]
63#[doc(hidden)]
64pub struct _PCCRMR;
65#[doc = "`read()` method returns [pccrmr::R](pccrmr::R) reader structure"]
66impl crate::Readable for PCCRMR {}
67#[doc = "`write(|w| ..)` method takes [pccrmr::W](pccrmr::W) writer structure"]
68impl crate::Writable for PCCRMR {}
69#[doc = "Cache regions mode register"]
70pub mod pccrmr;