pub struct VexpressConfig {
regs: MmioRegion,
master_site: u32,
power_state: PowerState,
}Fields§
§regs: MmioRegion§master_site: u32§power_state: PowerStateImplementations§
Source§impl VexpressConfig
impl VexpressConfig
Sourcefn detect_master_site(&mut self)
fn detect_master_site(&mut self)
Performs the detect master site operation.
Sourcepub fn read_procid(&self, site: u32) -> u32
pub fn read_procid(&self, site: u32) -> u32
Reads procid.
Trait Implementations§
Source§impl BusDriver for VexpressConfig
impl BusDriver for VexpressConfig
Auto Trait Implementations§
impl Freeze for VexpressConfig
impl RefUnwindSafe for VexpressConfig
impl Send for VexpressConfig
impl Sync for VexpressConfig
impl Unpin for VexpressConfig
impl UnsafeUnpin for VexpressConfig
impl UnwindSafe for VexpressConfig
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