pub struct AWD2TR_SPEC;Expand description
Trait Implementations§
Source§impl Readable for AWD2TR_SPEC
read() method returns awd2tr::R reader structure
impl Readable for AWD2TR_SPEC
read() method returns awd2tr::R reader structure
Source§impl RegisterSpec for AWD2TR_SPEC
impl RegisterSpec for AWD2TR_SPEC
Source§impl Resettable for AWD2TR_SPEC
reset() method sets AWD2TR to value 0x0fff_0000
impl Resettable for AWD2TR_SPEC
reset() method sets AWD2TR to value 0x0fff_0000
Source§fn reset_value() -> <AWD2TR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <AWD2TR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for AWD2TR_SPEC
impl RefUnwindSafe for AWD2TR_SPEC
impl Send for AWD2TR_SPEC
impl Sync for AWD2TR_SPEC
impl Unpin for AWD2TR_SPEC
impl UnwindSafe for AWD2TR_SPEC
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