pub struct Sci9 { /* private fields */ }Implementations§
Source§impl Sci9
impl Sci9
Sourcepub const fn smr(&self) -> &'static Reg<Smr_SPEC, RW>
pub const fn smr(&self) -> &'static Reg<Smr_SPEC, RW>
Serial Mode Register for Non-Smart Card Interface Mode (SCMR.SMIF = 0)
Sourcepub const fn smr_smci(&self) -> &'static Reg<SmrSmci_SPEC, RW>
pub const fn smr_smci(&self) -> &'static Reg<SmrSmci_SPEC, RW>
Serial Mode Register for Smart Card Interface Mode (SCMR.SMIF = 1)
Sourcepub const fn scr(&self) -> &'static Reg<Scr_SPEC, RW>
pub const fn scr(&self) -> &'static Reg<Scr_SPEC, RW>
Serial Control Register for Non-Smart Card Interface Mode (SCMR.SMIF = 0)
Sourcepub const fn scr_smci(&self) -> &'static Reg<ScrSmci_SPEC, RW>
pub const fn scr_smci(&self) -> &'static Reg<ScrSmci_SPEC, RW>
Serial Control Register for Smart Card Interface Mode (SCMR.SMIF = 1)
Sourcepub const fn ssr(&self) -> &'static Reg<Ssr_SPEC, RW>
pub const fn ssr(&self) -> &'static Reg<Ssr_SPEC, RW>
Serial Status Register for Non-Smart Card Interface (SCMR.SMIF = 0)
Trait Implementations§
impl Copy for Sci9
impl Eq for Sci9
impl Send for Sci9
Serial Communication Interface 0
impl StructuralPartialEq for Sci9
impl Sync for Sci9
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more