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

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

Registers

Fields

Debug Halting Control and Status

Debug Core Register Selector

Debug Core Register Data

Debug Exception and Monitor Control

Auto Trait Implementations

impl Send for Registers

impl Sync for Registers