Type Alias xmc4400::flash0::fcon::DCF_W

source ·
pub type DCF_W<'a, REG> = BitWriter<'a, REG, DCF_A>;
Expand description

Field DCF writer - Disable Code Fetch from Flash Memory

Aliased Type§

struct DCF_W<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> DCF_W<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn value1(self) -> &'a mut W<REG>

Code fetching from the Flash memory area is allowed.

source

pub fn value2(self) -> &'a mut W<REG>

Code fetching from the Flash memory area is not allowed. This bit is not taken into account while RPA=‘0’.