Struct samd21g18a::DCB[][src]

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

DCB register block

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 DCB

impl !Sync for DCB