pub struct SmsgmapaddrSpec;Expand description
Slave Message-Mapped Address Register
You can read this register and get smsgmapaddr::R. See API.
Trait Implementations§
Source§impl RegisterSpec for SmsgmapaddrSpec
impl RegisterSpec for SmsgmapaddrSpec
Source§impl Resettable for SmsgmapaddrSpec
reset() method sets SMSGMAPADDR to value 0x0214
impl Resettable for SmsgmapaddrSpec
reset() method sets SMSGMAPADDR to value 0x0214
Source§const RESET_VALUE: u32 = 532u32
const RESET_VALUE: u32 = 532u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SmsgmapaddrSpec
read() method returns smsgmapaddr::R reader structure
Auto Trait Implementations§
impl Freeze for SmsgmapaddrSpec
impl RefUnwindSafe for SmsgmapaddrSpec
impl Send for SmsgmapaddrSpec
impl Sync for SmsgmapaddrSpec
impl Unpin for SmsgmapaddrSpec
impl UnwindSafe for SmsgmapaddrSpec
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