#[repr(C)]pub struct Dbgmcu {
pub idcode: Idcode,
pub cr: Cr,
pub apb1fz: Apb1fz,
pub apb2fz: Apb2fz,
}
Expand description
Debug support
Fields§
§idcode: Idcode
0x00 - MCU Device ID Code Register
cr: Cr
0x04 - Debug MCU Configuration Register
apb1fz: Apb1fz
0x08 - APB Low Freeze Register
apb2fz: Apb2fz
0x0c - APB High Freeze Register
Auto Trait Implementations§
impl Freeze for Dbgmcu
impl RefUnwindSafe for Dbgmcu
impl Send for Dbgmcu
impl Sync 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