Type Definition atsam4s2b_pac::pmc::PMC_FSMR[][src]

type PMC_FSMR = Reg<u32, _PMC_FSMR>;

Fast Start-up Mode Register

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

For information about available fields see pmc_fsmr module

Trait Implementations

impl Readable for PMC_FSMR[src]

read() method returns pmc_fsmr::R reader structure

impl ResetValue for PMC_FSMR[src]

Register PMC_FSMR reset()’s with value 0

type Type = u32

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

impl Writable for PMC_FSMR[src]

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