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