Struct aarch64defs::gic::GicdCtlr
source · pub struct GicdCtlr(/* private fields */);
Implementations§
source§impl GicdCtlr
impl GicdCtlr
sourcepub const fn enable_grp0(&self) -> bool
pub const fn enable_grp0(&self) -> bool
Bits: 0..1
sourcepub const fn with_enable_grp0(self, value: bool) -> Self
pub const fn with_enable_grp0(self, value: bool) -> Self
Bits: 0..1
sourcepub fn set_enable_grp0(&mut self, value: bool)
pub fn set_enable_grp0(&mut self, value: bool)
Bits: 0..1
sourcepub const fn enable_grp1(&self) -> bool
pub const fn enable_grp1(&self) -> bool
Bits: 1..2
sourcepub const fn with_enable_grp1(self, value: bool) -> Self
pub const fn with_enable_grp1(self, value: bool) -> Self
Bits: 1..2
sourcepub fn set_enable_grp1(&mut self, value: bool)
pub fn set_enable_grp1(&mut self, value: bool)
Bits: 1..2
sourcepub const fn with_e1nwf(self, value: bool) -> Self
pub const fn with_e1nwf(self, value: bool) -> Self
Bits: 7..8
sourcepub const fn n_assgi_req(&self) -> bool
pub const fn n_assgi_req(&self) -> bool
Bits: 8..9
sourcepub const fn with_n_assgi_req(self, value: bool) -> Self
pub const fn with_n_assgi_req(self, value: bool) -> Self
Bits: 8..9
sourcepub fn set_n_assgi_req(&mut self, value: bool)
pub fn set_n_assgi_req(&mut self, value: bool)
Bits: 8..9
Trait Implementations§
impl Copy for GicdCtlr
Auto Trait Implementations§
impl Freeze for GicdCtlr
impl RefUnwindSafe for GicdCtlr
impl Send for GicdCtlr
impl Sync for GicdCtlr
impl Unpin for GicdCtlr
impl UnwindSafe for GicdCtlr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)