[][src]Type Definition atsame54p::system_control::PFR

type PFR = Reg<u32, _PFR>;

Processor Feature Register

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

For information about available fields see pfr module

Trait Implementations

impl Readable for PFR[src]

read() method returns pfr::R reader structure

impl ResetValue for PFR[src]

Register PFR[%s] reset()'s with value 0

type Type = u32

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

impl Writable for PFR[src]

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