Struct rp_pac::i2c::regs::IcClrRxOver
source · #[repr(transparent)]pub struct IcClrRxOver(pub u32);
Expand description
Clear RX_OVER Interrupt Register
Tuple Fields§
§0: u32
Implementations§
source§impl IcClrRxOver
impl IcClrRxOver
sourcepub const fn clr_rx_over(&self) -> bool
pub const fn clr_rx_over(&self) -> bool
Read this register to clear the RX_OVER interrupt (bit 1) of the IC_RAW_INTR_STAT register. Reset value: 0x0
sourcepub fn set_clr_rx_over(&mut self, val: bool)
pub fn set_clr_rx_over(&mut self, val: bool)
Read this register to clear the RX_OVER interrupt (bit 1) of the IC_RAW_INTR_STAT register. Reset value: 0x0
Trait Implementations§
source§impl Clone for IcClrRxOver
impl Clone for IcClrRxOver
source§fn clone(&self) -> IcClrRxOver
fn clone(&self) -> IcClrRxOver
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for IcClrRxOver
impl Default for IcClrRxOver
source§fn default() -> IcClrRxOver
fn default() -> IcClrRxOver
Returns the “default value” for a type. Read more
source§impl PartialEq for IcClrRxOver
impl PartialEq for IcClrRxOver
impl Copy for IcClrRxOver
impl Eq for IcClrRxOver
impl StructuralPartialEq for IcClrRxOver
Auto Trait Implementations§
impl Freeze for IcClrRxOver
impl RefUnwindSafe for IcClrRxOver
impl Send for IcClrRxOver
impl Sync for IcClrRxOver
impl Unpin for IcClrRxOver
impl UnwindSafe for IcClrRxOver
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)