Type Definition atsame54n19a_pac::core_debug::DEMCR[][src]

type DEMCR = Reg<u32, _DEMCR>;

Debug Exception and Monitor Control Register

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

For information about available fields see demcr module

Trait Implementations

impl Readable for DEMCR[src]

read() method returns demcr::R reader structure

impl ResetValue for DEMCR[src]

Register DEMCR reset()’s with value 0

type Type = u32

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

impl Writable for DEMCR[src]

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