Struct rp_pac::i2c::regs::IcClrTxOver
source · #[repr(transparent)]pub struct IcClrTxOver(pub u32);
Expand description
Clear TX_OVER Interrupt Register
Tuple Fields§
§0: u32
Implementations§
source§impl IcClrTxOver
impl IcClrTxOver
sourcepub const fn clr_tx_over(&self) -> bool
pub const fn clr_tx_over(&self) -> bool
Read this register to clear the TX_OVER interrupt (bit 3) of the IC_RAW_INTR_STAT register. Reset value: 0x0
sourcepub fn set_clr_tx_over(&mut self, val: bool)
pub fn set_clr_tx_over(&mut self, val: bool)
Read this register to clear the TX_OVER interrupt (bit 3) of the IC_RAW_INTR_STAT register. Reset value: 0x0
Trait Implementations§
source§impl Clone for IcClrTxOver
impl Clone for IcClrTxOver
source§fn clone(&self) -> IcClrTxOver
fn clone(&self) -> IcClrTxOver
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 IcClrTxOver
impl Default for IcClrTxOver
source§fn default() -> IcClrTxOver
fn default() -> IcClrTxOver
Returns the “default value” for a type. Read more
source§impl PartialEq for IcClrTxOver
impl PartialEq for IcClrTxOver
impl Copy for IcClrTxOver
impl Eq for IcClrTxOver
impl StructuralPartialEq for IcClrTxOver
Auto Trait Implementations§
impl Freeze for IcClrTxOver
impl RefUnwindSafe for IcClrTxOver
impl Send for IcClrTxOver
impl Sync for IcClrTxOver
impl Unpin for IcClrTxOver
impl UnwindSafe for IcClrTxOver
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
)