Struct rp_pac::sio::regs::DoorbellInClr
source · #[repr(transparent)]pub struct DoorbellInClr(pub u32);
Expand description
Check and acknowledge doorbells posted to this core. This core’s doorbell interrupt is asserted when any bit in this register is 1. Write 1 to each bit to clear that bit. The doorbell interrupt deasserts once all bits are cleared. Read to get status of doorbells currently asserted on this core.
Tuple Fields§
§0: u32
Implementations§
source§impl DoorbellInClr
impl DoorbellInClr
pub const fn doorbell_in_clr(&self) -> u8
pub fn set_doorbell_in_clr(&mut self, val: u8)
Trait Implementations§
source§impl Clone for DoorbellInClr
impl Clone for DoorbellInClr
source§fn clone(&self) -> DoorbellInClr
fn clone(&self) -> DoorbellInClr
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 DoorbellInClr
impl Default for DoorbellInClr
source§fn default() -> DoorbellInClr
fn default() -> DoorbellInClr
Returns the “default value” for a type. Read more
source§impl PartialEq for DoorbellInClr
impl PartialEq for DoorbellInClr
impl Copy for DoorbellInClr
impl Eq for DoorbellInClr
impl StructuralPartialEq for DoorbellInClr
Auto Trait Implementations§
impl Freeze for DoorbellInClr
impl RefUnwindSafe for DoorbellInClr
impl Send for DoorbellInClr
impl Sync for DoorbellInClr
impl Unpin for DoorbellInClr
impl UnwindSafe for DoorbellInClr
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
)