[−][src]Struct bl602_pac::i2c::i2c_int_sts::W
Register i2c_int_sts
writer
Implementations
impl W
[src][−]
pub fn cr_i2c_fer_en(&mut self) -> CR_I2C_FER_EN_W
[src][−]
Bit 29
pub fn cr_i2c_arb_en(&mut self) -> CR_I2C_ARB_EN_W
[src][−]
Bit 28
pub fn cr_i2c_nak_en(&mut self) -> CR_I2C_NAK_EN_W
[src][−]
Bit 27
pub fn cr_i2c_rxf_en(&mut self) -> CR_I2C_RXF_EN_W
[src][−]
Bit 26
pub fn cr_i2c_txf_en(&mut self) -> CR_I2C_TXF_EN_W
[src][−]
Bit 25
pub fn cr_i2c_end_en(&mut self) -> CR_I2C_END_EN_W
[src][−]
Bit 24
pub fn rsvd_21(&mut self) -> RSVD_21_W
[src][−]
Bit 21
pub fn cr_i2c_arb_clr(&mut self) -> CR_I2C_ARB_CLR_W
[src][−]
Bit 20
pub fn cr_i2c_nak_clr(&mut self) -> CR_I2C_NAK_CLR_W
[src][−]
Bit 19
pub fn rsvd_18(&mut self) -> RSVD_18_W
[src][−]
Bit 18
pub fn rsvd_17(&mut self) -> RSVD_17_W
[src][−]
Bit 17
pub fn cr_i2c_end_clr(&mut self) -> CR_I2C_END_CLR_W
[src][−]
Bit 16
pub fn cr_i2c_fer_mask(&mut self) -> CR_I2C_FER_MASK_W
[src][−]
Bit 13
pub fn cr_i2c_arb_mask(&mut self) -> CR_I2C_ARB_MASK_W
[src][−]
Bit 12
pub fn cr_i2c_nak_mask(&mut self) -> CR_I2C_NAK_MASK_W
[src][−]
Bit 11
pub fn cr_i2c_rxf_mask(&mut self) -> CR_I2C_RXF_MASK_W
[src][−]
Bit 10
pub fn cr_i2c_txf_mask(&mut self) -> CR_I2C_TXF_MASK_W
[src][−]
Bit 9
pub fn cr_i2c_end_mask(&mut self) -> CR_I2C_END_MASK_W
[src][−]
Bit 8
pub fn i2c_fer_int(&mut self) -> I2C_FER_INT_W
[src][−]
Bit 5
pub fn i2c_arb_int(&mut self) -> I2C_ARB_INT_W
[src][−]
Bit 4
pub fn i2c_nak_int(&mut self) -> I2C_NAK_INT_W
[src][−]
Bit 3
pub fn i2c_rxf_int(&mut self) -> I2C_RXF_INT_W
[src][−]
Bit 2
pub fn i2c_txf_int(&mut self) -> I2C_TXF_INT_W
[src][−]
Bit 1
pub fn i2c_end_int(&mut self) -> I2C_END_INT_W
[src][−]
Bit 0
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src][−]
Writes raw bits to the register.
Methods from Deref<Target = W<I2C_INT_STS_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,