[][src]Struct lpc81x_pac::i2c::intenset::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn mstpendingen(&mut self) -> _MSTPENDINGENW[src]

Bit 0 - Master Pending interrupt Enable.

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

Bit 4 - Master Arbitration Loss interrupt Enable.

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

Bit 6 - Master Start/Stop Error interrupt Enable.

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

Bit 8 - Slave Pending interrupt Enable.

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

Bit 11 - Slave Not Stretching interrupt Enable.

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

Bit 15 - Slave Deselect interrupt Enable.

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

Bit 16 - Monitor data Ready interrupt Enable.

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

Bit 17 - Monitor Overrun interrupt Enable.

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

Bit 19 - Monitor Idle interrupt Enable.

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

Bit 24 - Event Timeout interrupt Enable.

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

Bit 25 - SCL Timeout interrupt Enable.

Auto Trait Implementations

impl Send for W

impl Sync for W

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