summaryrefslogtreecommitdiff
path: root/src/hmatrixhs/prs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hmatrixhs/prs.rs')
-rw-r--r--src/hmatrixhs/prs.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hmatrixhs/prs.rs b/src/hmatrixhs/prs.rs
new file mode 100644
index 0000000..0313f3c
--- /dev/null
+++ b/src/hmatrixhs/prs.rs
@@ -0,0 +1,8 @@
+#[doc = "PRAS register accessor: an alias for `Reg<PRAS_SPEC>`"]
+pub type PRAS = crate::Reg<pras::PRAS_SPEC>;
+#[doc = "Priority A for Slave"]
+pub mod pras;
+#[doc = "PRBS register accessor: an alias for `Reg<PRBS_SPEC>`"]
+pub type PRBS = crate::Reg<prbs::PRBS_SPEC>;
+#[doc = "Priority B for Slave"]
+pub mod prbs;