#[repr(transparent)]pub struct Isoptdd(pub u32);Expand description
Done map for each ISO PTD
Tuple Fields§
§0: u32Implementations§
Source§impl Isoptdd
impl Isoptdd
Sourcepub const fn iso_done(&self) -> u32
pub const fn iso_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_iso_done(&mut self, val: u32)
pub const fn set_iso_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 Isoptdd
impl Eq for Isoptdd
impl StructuralPartialEq for Isoptdd
Auto Trait Implementations§
impl Freeze for Isoptdd
impl RefUnwindSafe for Isoptdd
impl Send for Isoptdd
impl Sync for Isoptdd
impl Unpin for Isoptdd
impl UnwindSafe for Isoptdd
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