Type Definition atsame54p20a_pac::etm::TRACEIDR[][src]

type TRACEIDR = Reg<u32, _TRACEIDR>;

ETM CoreSight Trace ID Register

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

For information about available fields see traceidr module

Trait Implementations

impl Readable for TRACEIDR[src]

read() method returns traceidr::R reader structure

impl ResetValue for TRACEIDR[src]

Register TRACEIDR reset()’s with value 0

type Type = u32

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

impl Writable for TRACEIDR[src]

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