Type Definition atsame54p19a_pac::etm::FFLR[][src]

type FFLR = Reg<u32, _FFLR>;

ETM FIFO Full Level Register

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

For information about available fields see fflr module

Trait Implementations

impl Readable for FFLR[src]

read() method returns fflr::R reader structure

impl ResetValue for FFLR[src]

Register FFLR reset()’s with value 0

type Type = u32

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

impl Writable for FFLR[src]

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