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