pub type USIWM_W<'a, REG> = FieldWriter<'a, REG, 2, USIWM_A, Safe>;Expand description
Field USIWM writer - USI Wire Mode Bits
Aliased Type§
struct USIWM_W<'a, REG> { /* private fields */ }Implementations§
Source§impl<'a, REG> USIWM_W<'a, REG>
impl<'a, REG> USIWM_W<'a, REG>
Sourcepub fn three_wire(self) -> &'a mut W<REG>
pub fn three_wire(self) -> &'a mut W<REG>
Three-wire mode. Uses DO, DI, and USCK pins.
Sourcepub fn two_wire_slave(self) -> &'a mut W<REG>
pub fn two_wire_slave(self) -> &'a mut W<REG>
Two-wire mode (Slave). Uses SDA (DI) and SCL (USCK) pins.
Sourcepub fn two_wire_master(self) -> &'a mut W<REG>
pub fn two_wire_master(self) -> &'a mut W<REG>
Two-wire mode (Master). Uses SDA and SCL pins.