Type Definition tm4c123x::flash_ctrl::FMC

source ·
pub type FMC = Reg<u32, _FMC>;
Expand description

Flash Memory Control

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

For information about available fields see fmc module

Trait Implementations§

source§

impl ResetValue for FMC

Register FMC reset()’s with value 0

§

type Type = u32

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Readable for FMC

read() method returns fmc::R reader structure

source§

impl Writable for FMC

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