pub struct DOUTrs;
Expand description
Trait Implementations§
Source§impl Resettable for DOUTrs
reset()
method sets DOUT to value 0
impl Resettable for DOUTrs
reset()
method sets DOUT to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for DOUTrs
read()
method returns dout::R
reader structure
Auto Trait Implementations§
impl Freeze for DOUTrs
impl RefUnwindSafe for DOUTrs
impl Send for DOUTrs
impl Sync for DOUTrs
impl Unpin for DOUTrs
impl UnwindSafe for DOUTrs
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