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