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

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

Clear START_DET Interrupt Register

Implementations

impl IcClrStartDet[src]

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

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

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

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

Trait Implementations

impl Clone for IcClrStartDet[src]

impl Copy for IcClrStartDet[src]

impl Default for IcClrStartDet[src]

Auto Trait Implementations

impl Send for IcClrStartDet

impl Sync for IcClrStartDet

impl Unpin for IcClrStartDet

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.