[][src]Type Definition avr_device::attiny88::twi::twcr::R

type R = R<u8, TWCR>;

Reader of register TWCR

Implementations

impl R[src]

pub fn twie(&self) -> TWIE_R[src]

Bit 0 - TWI Interrupt Enable

pub fn twen(&self) -> TWEN_R[src]

Bit 2 - TWI Enable Bit

pub fn twwc(&self) -> TWWC_R[src]

Bit 3 - TWI Write Collition Flag

pub fn twsto(&self) -> TWSTO_R[src]

Bit 4 - TWI Stop Condition Bit

pub fn twsta(&self) -> TWSTA_R[src]

Bit 5 - TWI Start Condition Bit

pub fn twea(&self) -> TWEA_R[src]

Bit 6 - TWI Enable Acknowledge Bit

pub fn twint(&self) -> TWINT_R[src]

Bit 7 - TWI Interrupt Flag