pub struct Da8xxMstpri { /* private fields */ }Implementations§
Source§impl Da8xxMstpri
impl Da8xxMstpri
Sourcepub fn add_priority(&mut self, master: MasterPriDescr, priority: u32)
pub fn add_priority(&mut self, master: MasterPriDescr, priority: u32)
Performs the add priority operation.
Trait Implementations§
Source§impl BusDriver for Da8xxMstpri
impl BusDriver for Da8xxMstpri
Source§fn compatible(&self) -> &[&str]
fn compatible(&self) -> &[&str]
Performs the compatible operation.
Source§fn error_count(&self) -> u64
fn error_count(&self) -> u64
Performs the error count operation.
Source§fn handle_irq(&mut self) -> bool
fn handle_irq(&mut self) -> bool
Handles irq.
Auto Trait Implementations§
impl !Freeze for Da8xxMstpri
impl RefUnwindSafe for Da8xxMstpri
impl Send for Da8xxMstpri
impl Sync for Da8xxMstpri
impl Unpin for Da8xxMstpri
impl UnsafeUnpin for Da8xxMstpri
impl UnwindSafe for Da8xxMstpri
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