#[repr(C)]pub struct Dbgmcu {
pub idcode: Idcode,
pub cr: Cr,
pub apblfz: Apblfz,
pub apbhfz: Apbhfz,
}
Expand description
Register block
Fields§
§idcode: Idcode
0x00 - MCU Device ID Code Register
cr: Cr
0x04 - Debug MCU Configuration Register
apblfz: Apblfz
0x08 - APB Low Freeze Register
apbhfz: Apbhfz
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