[][src]Type Definition lpc54606_pac::etm::EEVR

type EEVR = Reg<u32, _EEVR>;

Trace Enable Event Register

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

For information about available fields see eevr module

Trait Implementations

impl Readable for EEVR[src]

read() method returns eevr::R reader structure

impl ResetValue for EEVR[src]

Register EEVR reset()'s with value 0

type Type = u32

Register size

impl Writable for EEVR[src]

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