Type Alias xmc4800::flash0::fcon::DcfR

source ·
pub type DcfR = BitReader<Dcf>;
Expand description

Field DCF reader - Disable Code Fetch from Flash Memory

Aliased Type§

struct DcfR { /* private fields */ }

Implementations§

source§

impl DcfR

source

pub const fn variant(&self) -> Dcf

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Code fetching from the Flash memory area is allowed.

source

pub fn is_value2(&self) -> bool

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