[][src]Struct bl602_pac::i2c::i2c_int_sts::R

pub struct R(_);

Register i2c_int_sts reader

Implementations

impl R[src]

pub fn cr_i2c_fer_en(&self) -> CR_I2C_FER_EN_R[src]

Bit 29

pub fn cr_i2c_arb_en(&self) -> CR_I2C_ARB_EN_R[src]

Bit 28

pub fn cr_i2c_nak_en(&self) -> CR_I2C_NAK_EN_R[src]

Bit 27

pub fn cr_i2c_rxf_en(&self) -> CR_I2C_RXF_EN_R[src]

Bit 26

pub fn cr_i2c_txf_en(&self) -> CR_I2C_TXF_EN_R[src]

Bit 25

pub fn cr_i2c_end_en(&self) -> CR_I2C_END_EN_R[src]

Bit 24

pub fn rsvd_21(&self) -> RSVD_21_R[src]

Bit 21

pub fn cr_i2c_arb_clr(&self) -> CR_I2C_ARB_CLR_R[src]

Bit 20

pub fn cr_i2c_nak_clr(&self) -> CR_I2C_NAK_CLR_R[src]

Bit 19

pub fn rsvd_18(&self) -> RSVD_18_R[src]

Bit 18

pub fn rsvd_17(&self) -> RSVD_17_R[src]

Bit 17

pub fn cr_i2c_end_clr(&self) -> CR_I2C_END_CLR_R[src]

Bit 16

pub fn cr_i2c_fer_mask(&self) -> CR_I2C_FER_MASK_R[src]

Bit 13

pub fn cr_i2c_arb_mask(&self) -> CR_I2C_ARB_MASK_R[src]

Bit 12

pub fn cr_i2c_nak_mask(&self) -> CR_I2C_NAK_MASK_R[src]

Bit 11

pub fn cr_i2c_rxf_mask(&self) -> CR_I2C_RXF_MASK_R[src]

Bit 10

pub fn cr_i2c_txf_mask(&self) -> CR_I2C_TXF_MASK_R[src]

Bit 9

pub fn cr_i2c_end_mask(&self) -> CR_I2C_END_MASK_R[src]

Bit 8

pub fn i2c_fer_int(&self) -> I2C_FER_INT_R[src]

Bit 5

pub fn i2c_arb_int(&self) -> I2C_ARB_INT_R[src]

Bit 4

pub fn i2c_nak_int(&self) -> I2C_NAK_INT_R[src]

Bit 3

pub fn i2c_rxf_int(&self) -> I2C_RXF_INT_R[src]

Bit 2

pub fn i2c_txf_int(&self) -> I2C_TXF_INT_R[src]

Bit 1

pub fn i2c_end_int(&self) -> I2C_END_INT_R[src]

Bit 0

Methods from Deref<Target = R<I2C_INT_STS_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<I2C_INT_STS_SPEC>

The resulting type after dereferencing.

impl From<R<I2C_INT_STS_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

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

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

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

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

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

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> 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.