#[repr(transparent)]pub struct Cliccfg(pub u32);
Expand description
CLIC configuration.
Tuple Fields§
§0: u32
Implementations§
Source§impl Cliccfg
impl Cliccfg
Sourcepub fn set_nvbits(&mut self, val: bool)
pub fn set_nvbits(&mut self, val: bool)
Selective interrupt hardware vectoring.
Sourcepub fn set_nlbits(&mut self, val: Nlbits)
pub fn set_nlbits(&mut self, val: Nlbits)
Interrupt level encoding.
Sourcepub fn set_nmbits(&mut self, val: Nmbits)
pub fn set_nmbits(&mut self, val: Nmbits)
Interrupt privilege mode.
Trait Implementations§
impl Copy for Cliccfg
impl Eq for Cliccfg
impl StructuralPartialEq for Cliccfg
Auto Trait Implementations§
impl Freeze for Cliccfg
impl RefUnwindSafe for Cliccfg
impl Send for Cliccfg
impl Sync for Cliccfg
impl Unpin for Cliccfg
impl UnwindSafe for Cliccfg
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
)