Type Alias xmc4400::flash0::marp::MARGIN_W

source ·
pub type MARGIN_W<'a, REG> = FieldWriter<'a, REG, 4, MARGIN_A>;
Expand description

Field MARGIN writer - PFLASH Margin Selection

Aliased Type§

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

Implementations§

source§

impl<'a, REG> MARGIN_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

Standard (default) margin.

source

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

Tight margin for 0 (low) level. Suboptimal 0-bits are read as 1s.

source

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

Tight margin for 1 (high) level. Suboptimal 1-bits are read as 0s.