pub struct SFTRST_R(/* private fields */);Expand description
Field SFTRST reader - Writing a 1 to this bit will soft-reset the PWD, TX, RX, and CTRL registers
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SFTRST_R
impl RefUnwindSafe for SFTRST_R
impl Send for SFTRST_R
impl Sync for SFTRST_R
impl Unpin for SFTRST_R
impl UnwindSafe for SFTRST_R
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