[][src]Type Definition atsamd51p::core_debug::DCRDR

type DCRDR = Reg<u32, _DCRDR>;

Debug Core Register Data Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see dcrdr module

Trait Implementations

impl Readable for DCRDR[src]

read() method returns dcrdr::R reader structure

impl ResetValue for DCRDR[src]

Register DCRDR reset()'s with value 0

type Type = u32

Raw register type (u8, u16, u32, ...).

impl Writable for DCRDR[src]

write(|w| ..) method takes dcrdr::W writer structure