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_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_enable_grp0_checked(self, value: bool) -> Result<Self, ()>
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 const fn set_enable_grp0(&mut self, value: bool)
pub const 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_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_enable_grp1_checked(self, value: bool) -> Result<Self, ()>
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 const fn set_enable_grp1(&mut self, value: bool)
pub const fn set_enable_grp1(&mut self, value: bool)
Bits: 1..2
Sourcepub const fn with_are_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_are_checked(self, value: bool) -> Result<Self, ()>
Bits: 4..5
Sourcepub const fn with_ds_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_ds_checked(self, value: bool) -> Result<Self, ()>
Bits: 6..7
Sourcepub const fn with_e1nwf_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_e1nwf_checked(self, value: bool) -> Result<Self, ()>
Bits: 7..8
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_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_n_assgi_req_checked(self, value: bool) -> Result<Self, ()>
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 const fn set_n_assgi_req(&mut self, value: bool)
pub const fn set_n_assgi_req(&mut self, value: bool)
Bits: 8..9
Sourcepub const fn with_rwp_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_rwp_checked(self, value: bool) -> Result<Self, ()>
Bits: 31..32
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