Struct Wmb0D47Spec
pub struct Wmb0D47Spec;Expand description
Wake Up Message Buffer Register Data 4-7
You can read this register and get wmb0_d47::R. See API.
Trait Implementations§
§impl RegisterSpec for Wmb0D47Spec
impl RegisterSpec for Wmb0D47Spec
§impl Resettable for Wmb0D47Spec
reset() method sets WMB0_D47 to value 0
impl Resettable for Wmb0D47Spec
reset() method sets WMB0_D47 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 Wmb0D47Spec
read() method returns wmb0_d47::R reader structure
Auto Trait Implementations§
impl Freeze for Wmb0D47Spec
impl RefUnwindSafe for Wmb0D47Spec
impl Send for Wmb0D47Spec
impl Sync for Wmb0D47Spec
impl Unpin for Wmb0D47Spec
impl UnwindSafe for Wmb0D47Spec
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