Type Definition tm4c129x::flash_ctrl::CONF

source ·
pub type CONF = Reg<u32, _CONF>;
Expand description

Flash Configuration Register

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

For information about available fields see conf module

Trait Implementations§

source§

impl ResetValue for CONF

Register CONF 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 CONF

read() method returns conf::R reader structure

source§

impl Writable for CONF

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