Type Alias rp2040_pac::i2c0::ic_tar::SPECIAL_W

source ·
pub type SPECIAL_W<'a, REG> = BitWriter<'a, REG, SPECIAL_A>;
Expand description

Field SPECIAL writer - This bit indicates whether software performs a Device-ID or General Call or START BYTE command. - 0: ignore bit 10 GC_OR_START and use IC_TAR normally - 1: perform special I2C command as specified in Device_ID or GC_OR_START bit Reset value: 0x0

Aliased Type§

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

Implementations§

source§

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

source

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

Disables programming of GENERAL_CALL or START_BYTE transmission

source

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

Enables programming of GENERAL_CALL or START_BYTE transmission