Struct cortex_m::peripheral::dcb::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub dhcsr: RW<u32>,
pub dcrsr: WO<u32>,
pub dcrdr: RW<u32>,
pub demcr: RW<u32>,
}
Expand description
Register block
Fields§
§dhcsr: RW<u32>
Debug Halting Control and Status
dcrsr: WO<u32>
Debug Core Register Selector
dcrdr: RW<u32>
Debug Core Register Data
demcr: RW<u32>
Debug Exception and Monitor Control
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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