ChkresW

Type Alias ChkresW 

Source
pub type ChkresW<'a, REG> = BitWriter<'a, REG, Chkres>;
Expand description

Field CHKRES writer - ROM Checksum Result. This bit is only valid when CHKRD=1.

Aliased Type§

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

Implementations§

Source§

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

Source

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

ROM Checksum Correct.

Source

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

ROM Checksum Fail.