Struct atsam4lc4c::twis0::imr::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 0 - RX Buffer Ready

[src]

Bit 1 - TX Buffer Ready

[src]

Bit 3 - Transmission Complete

[src]

Bit 6 - Underrun

[src]

Bit 7 - Overrun

[src]

Bit 8 - NAK Received

[src]

Bit 12 - SMBus Timeout

[src]

Bit 13 - SMBus PEC Error

[src]

Bit 14 - Bus Error

[src]

Bit 16 - Slave Address Match

[src]

Bit 17 - General Call Match

[src]

Bit 18 - SMBus Alert Response Address Match

[src]

Bit 19 - SMBus Host Header Address Match

[src]

Bit 20 - SMBus Default Address Match

[src]

Bit 21 - Stop Received

[src]

Bit 22 - Repeated Start Received

[src]

Bit 23 - Byte Transfer Finished

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R