diff options
| author | Arne Dußin | 2021-11-06 11:50:33 +0100 |
|---|---|---|
| committer | Arne Dußin | 2021-11-06 11:50:33 +0100 |
| commit | 0666a6ba1dbd66cf8b93c113e362ccbcd99152a0 (patch) | |
| tree | a184284dbd2316f4624f092e4e7521ea8c90855b /src/hmatrixhs/prs.rs | |
| download | samc21-0666a6ba1dbd66cf8b93c113e362ccbcd99152a0.tar.gz samc21-0666a6ba1dbd66cf8b93c113e362ccbcd99152a0.zip | |
Initial commit
Diffstat (limited to 'src/hmatrixhs/prs.rs')
| -rw-r--r-- | src/hmatrixhs/prs.rs | 8 |
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; |
