pub struct Da8xxMstpri {
regs: MmioRegion,
priorities: Vec<MasterPriority>,
power_state: PowerState,
}Fields§
§regs: MmioRegion§priorities: Vec<MasterPriority>§power_state: PowerStateImplementations§
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.
Sourcefn apply_priorities(&self)
fn apply_priorities(&self)
Performs the apply priorities operation.
Trait Implementations§
Source§impl BusDriver for Da8xxMstpri
impl BusDriver for Da8xxMstpri
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