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