Struct Dbgmcu
pub struct Dbgmcu(pub *mut u8);
Expand description
Microcontroller Debug Unit
Tuple Fields§
§0: *mut u8
Implementations§
§impl Dbgmcu
impl Dbgmcu
pub fn c2apb1fzr1(self) -> Reg<C2apb1fzr1, RW>
pub fn c2apb1fzr1(self) -> Reg<C2apb1fzr1, RW>
CPU2 APB1 Peripheral Freeze Register 1 [dual core device
pub fn c2apb1fzr2(self) -> Reg<C2apb1fzr2, RW>
pub fn c2apb1fzr2(self) -> Reg<C2apb1fzr2, RW>
CPU2 APB1 Peripheral Freeze Register 2 [dual core device
Trait Implementations§
impl Copy for Dbgmcu
impl Eq for Dbgmcu
impl Send for Dbgmcu
impl StructuralPartialEq for Dbgmcu
impl Sync for Dbgmcu
Auto Trait Implementations§
impl Freeze for Dbgmcu
impl RefUnwindSafe for Dbgmcu
impl Unpin for Dbgmcu
impl UnwindSafe for Dbgmcu
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