#[repr(C)]pub struct BEU_Type_ {
pub CAUSE: u64,
pub VALUE: u64,
pub ENABLE: u64,
pub PLIC_INT: u64,
pub ACCRUED: u64,
pub LOCAL_INT: u64,
pub reserved2: [u64; 506],
}Fields§
§CAUSE: u64< Cause of event, BEU_event_cause{}
VALUE: u64< Value of address where issue occurred
ENABLE: u64< Enable mask
PLIC_INT: u64< PLIC bit enables
ACCRUED: u64< events since this was last cleared
LOCAL_INT: u64< Local int enables
reserved2: [u64; 506]Trait Implementations§
Auto Trait Implementations§
impl Freeze for BEU_Type_
impl RefUnwindSafe for BEU_Type_
impl Send for BEU_Type_
impl Sync for BEU_Type_
impl Unpin for BEU_Type_
impl UnwindSafe for BEU_Type_
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