Type Alias xmc4800::usic0_ch0::psr_iicmode::NackW

source ·
pub type NackW<'a, REG> = BitWriter<'a, REG, Nack>;
Expand description

Field NACK writer - Non-Acknowledge Received

Aliased Type§

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

Implementations§

source§

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

source

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

A non-acknowledge has not been received.

source

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

A non-acknowledge has been received.