Struct Wmb0D03Spec
pub struct Wmb0D03Spec;Expand description
Wake Up Message Buffer Register for Data 0-3
You can read this register and get wmb0_d03::R. See API.
Trait Implementations§
§impl RegisterSpec for Wmb0D03Spec
impl RegisterSpec for Wmb0D03Spec
§impl Resettable for Wmb0D03Spec
reset() method sets WMB0_D03 to value 0
impl Resettable for Wmb0D03Spec
reset() method sets WMB0_D03 to value 0
§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for Wmb0D03Spec
read() method returns wmb0_d03::R reader structure
Auto Trait Implementations§
impl Freeze for Wmb0D03Spec
impl RefUnwindSafe for Wmb0D03Spec
impl Send for Wmb0D03Spec
impl Sync for Wmb0D03Spec
impl Unpin for Wmb0D03Spec
impl UnwindSafe for Wmb0D03Spec
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