Type Alias xmc4800::usic0_ch0::pcr_iicmode::SACKDIS_W

source ·
pub type SACKDIS_W<'a, REG> = BitWriter<'a, REG, SACKDIS_A>;
Expand description

Field SACKDIS writer - Slave Acknowledge Disable

Aliased Type§

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

Implementations§

source§

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

source

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

The generation of an active slave acknowledge is enabled (slave acknowledge with 0 level = more bytes can be received).

source

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

The generation of an active slave acknowledge is disabled (slave acknowledge with 1 level = reception stopped).