atsam4ls4b_pac/
hmatrix.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00..0x40 - Master Configuration Register"]
5    pub mcfg: [MCFG; 16],
6    #[doc = "0x40..0x80 - Slave Configuration Register"]
7    pub scfg: [SCFG; 16],
8    #[doc = "0x80 - Priority Register A for Slave"]
9    pub pras0: PRAS,
10    #[doc = "0x84 - Priority Register B for Slave"]
11    pub prbs0: PRBS,
12    #[doc = "0x88 - Priority Register A for Slave"]
13    pub pras1: PRAS,
14    #[doc = "0x8c - Priority Register B for Slave"]
15    pub prbs1: PRBS,
16    #[doc = "0x90 - Priority Register A for Slave"]
17    pub pras2: PRAS,
18    #[doc = "0x94 - Priority Register B for Slave"]
19    pub prbs2: PRBS,
20    #[doc = "0x98 - Priority Register A for Slave"]
21    pub pras3: PRAS,
22    #[doc = "0x9c - Priority Register B for Slave"]
23    pub prbs3: PRBS,
24    #[doc = "0xa0 - Priority Register A for Slave"]
25    pub pras4: PRAS,
26    #[doc = "0xa4 - Priority Register B for Slave"]
27    pub prbs4: PRBS,
28    #[doc = "0xa8 - Priority Register A for Slave"]
29    pub pras5: PRAS,
30    #[doc = "0xac - Priority Register B for Slave"]
31    pub prbs5: PRBS,
32    #[doc = "0xb0 - Priority Register A for Slave"]
33    pub pras6: PRAS,
34    #[doc = "0xb4 - Priority Register B for Slave"]
35    pub prbs6: PRBS,
36    #[doc = "0xb8 - Priority Register A for Slave"]
37    pub pras7: PRAS,
38    #[doc = "0xbc - Priority Register B for Slave"]
39    pub prbs7: PRBS,
40    #[doc = "0xc0 - Priority Register A for Slave"]
41    pub pras8: PRAS,
42    #[doc = "0xc4 - Priority Register B for Slave"]
43    pub prbs8: PRBS,
44    #[doc = "0xc8 - Priority Register A for Slave"]
45    pub pras9: PRAS,
46    #[doc = "0xcc - Priority Register B for Slave"]
47    pub prbs9: PRBS,
48    #[doc = "0xd0 - Priority Register A for Slave"]
49    pub pras10: PRAS,
50    #[doc = "0xd4 - Priority Register B for Slave"]
51    pub prbs10: PRBS,
52    #[doc = "0xd8 - Priority Register A for Slave"]
53    pub pras11: PRAS,
54    #[doc = "0xdc - Priority Register B for Slave"]
55    pub prbs11: PRBS,
56    #[doc = "0xe0 - Priority Register A for Slave"]
57    pub pras12: PRAS,
58    #[doc = "0xe4 - Priority Register B for Slave"]
59    pub prbs12: PRBS,
60    #[doc = "0xe8 - Priority Register A for Slave"]
61    pub pras13: PRAS,
62    #[doc = "0xec - Priority Register B for Slave"]
63    pub prbs13: PRBS,
64    #[doc = "0xf0 - Priority Register A for Slave"]
65    pub pras14: PRAS,
66    #[doc = "0xf4 - Priority Register B for Slave"]
67    pub prbs14: PRBS,
68    #[doc = "0xf8 - Priority Register A for Slave"]
69    pub pras15: PRAS,
70    #[doc = "0xfc - Priority Register B for Slave"]
71    pub prbs15: PRBS,
72    #[doc = "0x100 - Master Remap Control Register"]
73    pub mrcr: MRCR,
74    _reserved35: [u8; 0x0c],
75    #[doc = "0x110..0x150 - Special Function Register"]
76    pub sfr: [SFR; 16],
77}
78#[doc = "MCFG (rw) register accessor: an alias for `Reg<MCFG_SPEC>`"]
79pub type MCFG = crate::Reg<mcfg::MCFG_SPEC>;
80#[doc = "Master Configuration Register"]
81pub mod mcfg;
82#[doc = "MRCR (rw) register accessor: an alias for `Reg<MRCR_SPEC>`"]
83pub type MRCR = crate::Reg<mrcr::MRCR_SPEC>;
84#[doc = "Master Remap Control Register"]
85pub mod mrcr;
86#[doc = "PRAS (rw) register accessor: an alias for `Reg<PRAS_SPEC>`"]
87pub type PRAS = crate::Reg<pras::PRAS_SPEC>;
88#[doc = "Priority Register A for Slave"]
89pub mod pras;
90#[doc = "PRBS (rw) register accessor: an alias for `Reg<PRBS_SPEC>`"]
91pub type PRBS = crate::Reg<prbs::PRBS_SPEC>;
92#[doc = "Priority Register B for Slave"]
93pub mod prbs;
94#[doc = "SCFG (rw) register accessor: an alias for `Reg<SCFG_SPEC>`"]
95pub type SCFG = crate::Reg<scfg::SCFG_SPEC>;
96#[doc = "Slave Configuration Register"]
97pub mod scfg;
98#[doc = "SFR (rw) register accessor: an alias for `Reg<SFR_SPEC>`"]
99pub type SFR = crate::Reg<sfr::SFR_SPEC>;
100#[doc = "Special Function Register"]
101pub mod sfr;