#[repr(C)]pub struct DBGMCU_TypeDef {
pub IDCODE: u32,
pub CR: u32,
pub APBFZ1: u32,
pub APBFZ2: u32,
}
Expand description
@brief Debug MCU
Fields§
§IDCODE: u32
< MCU device ID code, Address offset: 0x00
CR: u32
< Debug configuration register, Address offset: 0x04
APBFZ1: u32
< Debug APB freeze register 1, Address offset: 0x08
APBFZ2: u32
< Debug APB freeze register 2, Address offset: 0x0C
Trait Implementations§
Source§impl Clone for DBGMCU_TypeDef
impl Clone for DBGMCU_TypeDef
Source§fn clone(&self) -> DBGMCU_TypeDef
fn clone(&self) -> DBGMCU_TypeDef
Returns a duplicate 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 moreSource§impl Debug for DBGMCU_TypeDef
impl Debug for DBGMCU_TypeDef
impl Copy for DBGMCU_TypeDef
Auto Trait Implementations§
impl Freeze for DBGMCU_TypeDef
impl RefUnwindSafe for DBGMCU_TypeDef
impl Send for DBGMCU_TypeDef
impl Sync for DBGMCU_TypeDef
impl Unpin for DBGMCU_TypeDef
impl UnwindSafe for DBGMCU_TypeDef
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