Type Definition atsam4sd32b_pac::efc1::FMR[][src]

type FMR = Reg<u32, _FMR>;

EEFC Flash Mode Register

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

For information about available fields see fmr module

Trait Implementations

impl Readable for FMR[src]

read() method returns fmr::R reader structure

impl ResetValue for FMR[src]

Register FMR reset()’s with value 0x0400_0000

type Type = u32

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

impl Writable for FMR[src]

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