From 0666a6ba1dbd66cf8b93c113e362ccbcd99152a0 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Sat, 6 Nov 2021 11:50:33 +0100 Subject: Initial commit --- src/hmatrixhs/prs.rs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/hmatrixhs/prs.rs (limited to 'src/hmatrixhs/prs.rs') 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`"] +pub type PRAS = crate::Reg; +#[doc = "Priority A for Slave"] +pub mod pras; +#[doc = "PRBS register accessor: an alias for `Reg`"] +pub type PRBS = crate::Reg; +#[doc = "Priority B for Slave"] +pub mod prbs; -- cgit v1.2.3-70-g09d2