Struct atsam4lc4c::twis0::idr::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[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 W

impl Sync for W