Struct cortex_m::peripheral::dcb::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub dhcsr: RW<u32>, pub dcrsr: WO<u32>, pub dcrdr: RW<u32>, pub demcr: RW<u32>, }

Register block

Fields

Debug Halting Control and Status

Debug Core Register Selector

Debug Core Register Data

Debug Exception and Monitor Control

Auto Trait Implementations