summaryrefslogtreecommitdiff
path: root/src/hmatrixhs/prs.rs
diff options
context:
space:
mode:
authorArne Dußin2021-11-06 11:50:33 +0100
committerArne Dußin2021-11-06 11:50:33 +0100
commit0666a6ba1dbd66cf8b93c113e362ccbcd99152a0 (patch)
treea184284dbd2316f4624f092e4e7521ea8c90855b /src/hmatrixhs/prs.rs
downloadsamc21-0666a6ba1dbd66cf8b93c113e362ccbcd99152a0.tar.gz
samc21-0666a6ba1dbd66cf8b93c113e362ccbcd99152a0.zip
Initial commit
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;