Struct rp2040_pac2::i2c::regs::IcClrTxOver[][src]

#[repr(transparent)]pub struct IcClrTxOver(pub u32);

Clear TX_OVER Interrupt Register

Implementations

impl IcClrTxOver[src]

pub const fn clr_tx_over(&self) -> bool[src]

Read this register to clear the TX_OVER interrupt (bit 3) of the IC_RAW_INTR_STAT register. Reset value: 0x0

pub fn set_clr_tx_over(&mut self, val: bool)[src]

Read this register to clear the TX_OVER interrupt (bit 3) of the IC_RAW_INTR_STAT register. Reset value: 0x0

Trait Implementations

impl Clone for IcClrTxOver[src]

impl Copy for IcClrTxOver[src]

impl Default for IcClrTxOver[src]

Auto Trait Implementations

impl Send for IcClrTxOver

impl Sync for IcClrTxOver

impl Unpin for IcClrTxOver

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.