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

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

Clear GEN_CALL Interrupt Register

Implementations

impl IcClrGenCall[src]

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

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

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

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

Trait Implementations

impl Clone for IcClrGenCall[src]

impl Copy for IcClrGenCall[src]

impl Default for IcClrGenCall[src]

Auto Trait Implementations

impl Send for IcClrGenCall

impl Sync for IcClrGenCall

impl Unpin for IcClrGenCall

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.