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