[][src]Struct efr32xg1::i2c0::ctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub fn bits(&self) -> u32
[src]

Value of the register as raw bits

pub fn en(&self) -> ENR
[src]

Bit 0 - I2C Enable

pub fn slave(&self) -> SLAVER
[src]

Bit 1 - Addressable as Slave

pub fn autoack(&self) -> AUTOACKR
[src]

Bit 2 - Automatic Acknowledge

pub fn autose(&self) -> AUTOSER
[src]

Bit 3 - Automatic STOP When Empty

pub fn autosn(&self) -> AUTOSNR
[src]

Bit 4 - Automatic STOP on NACK

pub fn arbdis(&self) -> ARBDISR
[src]

Bit 5 - Arbitration Disable

pub fn gcamen(&self) -> GCAMENR
[src]

Bit 6 - General Call Address Match Enable

pub fn txbil(&self) -> TXBILR
[src]

Bit 7 - TX Buffer Interrupt Level

pub fn clhr(&self) -> CLHRR
[src]

Bits 8:9 - Clock Low High Ratio

pub fn bito(&self) -> BITOR
[src]

Bits 12:13 - Bus Idle Timeout

pub fn gibito(&self) -> GIBITOR
[src]

Bit 15 - Go Idle on Bus Idle Timeout

pub fn clto(&self) -> CLTOR
[src]

Bits 16:18 - Clock Low Timeout

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]