Struct stm32_metapac::dbgmcu::regs::DbgAuthHost
#[repr(transparent)]pub struct DbgAuthHost(pub u32);
Expand description
DBGMCU debug authentication mailbox host register.
Tuple Fields§
§0: u32
Implementations§
§impl DbgAuthHost
impl DbgAuthHost
pub const fn message(&self) -> u32
pub const fn message(&self) -> u32
Debug host to device mailbox message. During debug authentication the debug host communicates with the device via this register.
pub fn set_message(&mut self, val: u32)
pub fn set_message(&mut self, val: u32)
Debug host to device mailbox message. During debug authentication the debug host communicates with the device via this register.
Trait Implementations§
§impl Clone for DbgAuthHost
impl Clone for DbgAuthHost
§fn clone(&self) -> DbgAuthHost
fn clone(&self) -> DbgAuthHost
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for DbgAuthHost
impl Default for DbgAuthHost
§fn default() -> DbgAuthHost
fn default() -> DbgAuthHost
Returns the “default value” for a type. Read more
§impl PartialEq for DbgAuthHost
impl PartialEq for DbgAuthHost
impl Copy for DbgAuthHost
impl Eq for DbgAuthHost
impl StructuralPartialEq for DbgAuthHost
Auto Trait Implementations§
impl Freeze for DbgAuthHost
impl RefUnwindSafe for DbgAuthHost
impl Send for DbgAuthHost
impl Sync for DbgAuthHost
impl Unpin for DbgAuthHost
impl UnwindSafe for DbgAuthHost
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)