Skip to main content

DisMbeccErrDataW

Type Alias DisMbeccErrDataW 

Source
pub type DisMbeccErrDataW<'a, REG> = BitWriter<'a, REG, DisMbeccErrData>;
Expand description

Field DIS_MBECC_ERR_DATA writer - Bus error on data multi-bit ECC error control Set this field to 0 if you want to enable flash speculative

Aliased Type§

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

Implementations§

Source§

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

Source

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

Enables bus error on multi-bit ECC error for data

Source

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

Disables bus error on multi-bit ECC error for data