Type Alias xmc4300::flash0::fcon::DcfW

source ·
pub type DcfW<'a, REG> = BitWriter<'a, REG, Dcf>;
Expand description

Field DCF writer - Disable Code Fetch from Flash Memory

Aliased Type§

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

Implementations§

source§

impl<'a, REG> DcfW<'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’.