Struct rp2040_pac::i2c0::ic_raw_intr_stat::IC_RAW_INTR_STAT_SPEC
source · pub struct IC_RAW_INTR_STAT_SPEC;
Expand description
I2C Raw Interrupt Status Register
Unlike the IC_INTR_STAT register, these bits are not masked so they always show the true status of the DW_apb_i2c.
You can read
this register and get ic_raw_intr_stat::R
. See API.
Trait Implementations§
source§impl RegisterSpec for IC_RAW_INTR_STAT_SPEC
impl RegisterSpec for IC_RAW_INTR_STAT_SPEC
source§impl Resettable for IC_RAW_INTR_STAT_SPEC
impl Resettable for IC_RAW_INTR_STAT_SPEC
reset()
method sets IC_RAW_INTR_STAT to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for IC_RAW_INTR_STAT_SPEC
read()
method returns ic_raw_intr_stat::R
reader structure
Auto Trait Implementations§
impl Freeze for IC_RAW_INTR_STAT_SPEC
impl RefUnwindSafe for IC_RAW_INTR_STAT_SPEC
impl Send for IC_RAW_INTR_STAT_SPEC
impl Sync for IC_RAW_INTR_STAT_SPEC
impl Unpin for IC_RAW_INTR_STAT_SPEC
impl UnwindSafe for IC_RAW_INTR_STAT_SPEC
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