NdfW

Type Alias NdfW 

pub type NdfW<'a, REG> = BitWriter<'a, REG, Ndf>;
Expand description

Field NDF writer - NACK Detect Flag

Aliased Type§

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

Implementations§

§

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

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

Unexpected NACK not detected.

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

Unexpected NACK was detected.