#[repr(transparent)]pub struct Intptdd(pub u32);Expand description
Done map for each INT PTD
Tuple Fields§
§0: u32Implementations§
Source§impl Intptdd
impl Intptdd
Sourcepub const fn int_done(&self) -> u32
pub const fn int_done(&self) -> u32
The bit corresponding to a certain PTD will be set to logic 1 as soon as that PTD execution is completed.
Sourcepub const fn set_int_done(&mut self, val: u32)
pub const fn set_int_done(&mut self, val: u32)
The bit corresponding to a certain PTD will be set to logic 1 as soon as that PTD execution is completed.
Trait Implementations§
impl Copy for Intptdd
impl Eq for Intptdd
impl StructuralPartialEq for Intptdd
Auto Trait Implementations§
impl Freeze for Intptdd
impl RefUnwindSafe for Intptdd
impl Send for Intptdd
impl Sync for Intptdd
impl Unpin for Intptdd
impl UnwindSafe for Intptdd
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