Type Definition atsame54p19a_pac::core_debug::DHCSR[][src]

type DHCSR = Reg<u32, _DHCSR>;

Debug Halting Control and Status Register

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

For information about available fields see dhcsr module

Trait Implementations

impl Readable for DHCSR[src]

read() method returns dhcsr::R reader structure

impl ResetValue for DHCSR[src]

Register DHCSR reset()’s with value 0

type Type = u32

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

impl Writable for DHCSR[src]

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