[][src]Type Definition efm32pg12_pac::etm::ETMSR

type ETMSR = Reg<u32, _ETMSR>;

ETM Status Register

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

For information about available fields see etmsr module

Trait Implementations

impl Readable for ETMSR[src]

read() method returns etmsr::R reader structure

impl ResetValue for ETMSR[src]

Register ETMSR reset()'s with value 0x02

type Type = u32

Register size

impl Writable for ETMSR[src]

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