#[repr(C)]pub struct CpuInterface { /* private fields */ }
Expand description
GIC CPU Interface registers.
Implementations§
Source§impl CpuInterface
impl CpuInterface
pub fn set_priority_mask(&self, priority: u8)
pub fn enable(&self)
pub fn get_and_acknowledge_interrupt(&self) -> Option<IntId>
pub fn end_interrupt(&self, intid: IntId)
Auto Trait Implementations§
impl !Freeze for CpuInterface
impl !RefUnwindSafe for CpuInterface
impl Send for CpuInterface
impl !Sync for CpuInterface
impl Unpin for CpuInterface
impl UnwindSafe for CpuInterface
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