pub struct SCI1 { /* private fields */ }Expand description
Serial Communication Interface 0
Implementations§
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn smr_smci(&self) -> &SMR_SMCI
pub fn smr_smci(&self) -> &SMR_SMCI
0x00 - Serial Mode Register for Smart Card Interface Mode (SCMR.SMIF = 1)
Sourcepub fn smr(&self) -> &SMR
pub fn smr(&self) -> &SMR
0x00 - Serial Mode Register for Non-Smart Card Interface Mode (SCMR.SMIF = 0)
Sourcepub fn scr_smci(&self) -> &SCR_SMCI
pub fn scr_smci(&self) -> &SCR_SMCI
0x02 - Serial Control Register for Smart Card Interface Mode (SCMR.SMIF = 1)
Sourcepub fn scr(&self) -> &SCR
pub fn scr(&self) -> &SCR
0x02 - Serial Control Register for Non-Smart Card Interface Mode (SCMR.SMIF = 0)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SCI1
impl RefUnwindSafe for SCI1
impl !Sync for SCI1
impl Unpin for SCI1
impl UnwindSafe for SCI1
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