[][src]Struct lpc81x_pac::i2c::intenset::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 mstpendingen(&self) -> MSTPENDINGENR[src]

Bit 0 - Master Pending interrupt Enable.

pub fn mstarblossen(&self) -> MSTARBLOSSENR[src]

Bit 4 - Master Arbitration Loss interrupt Enable.

pub fn mstststperren(&self) -> MSTSTSTPERRENR[src]

Bit 6 - Master Start/Stop Error interrupt Enable.

pub fn slvpendingen(&self) -> SLVPENDINGENR[src]

Bit 8 - Slave Pending interrupt Enable.

pub fn slvnotstren(&self) -> SLVNOTSTRENR[src]

Bit 11 - Slave Not Stretching interrupt Enable.

pub fn slvdeselen(&self) -> SLVDESELENR[src]

Bit 15 - Slave Deselect interrupt Enable.

pub fn monrdyen(&self) -> MONRDYENR[src]

Bit 16 - Monitor data Ready interrupt Enable.

pub fn monoven(&self) -> MONOVENR[src]

Bit 17 - Monitor Overrun interrupt Enable.

pub fn monidleen(&self) -> MONIDLEENR[src]

Bit 19 - Monitor Idle interrupt Enable.

pub fn eventtimeouten(&self) -> EVENTTIMEOUTENR[src]

Bit 24 - Event Timeout interrupt Enable.

pub fn scltimeouten(&self) -> SCLTIMEOUTENR[src]

Bit 25 - SCL Timeout interrupt Enable.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

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

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

The type returned in the event of a conversion error.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self