Struct Ctiintack
#[repr(transparent)]pub struct Ctiintack(pub u32);
Expand description
CTI Interrupt Acknowledge register
Tuple Fields§
§0: u32
Implementations§
§impl Ctiintack
impl Ctiintack
pub fn set_debugreq(&mut self, val: bool)
pub fn set_debugreq(&mut self, val: bool)
Processor debug request
pub const fn cpurestart(&self) -> bool
pub const fn cpurestart(&self) -> bool
Processor Restart
pub fn set_cpurestart(&mut self, val: bool)
pub fn set_cpurestart(&mut self, val: bool)
Processor Restart
pub fn set_unused0(&mut self, val: bool)
pub fn set_unused0(&mut self, val: bool)
N/A
pub fn set_unused1(&mut self, val: bool)
pub fn set_unused1(&mut self, val: bool)
N/A
pub fn set_unused2(&mut self, val: bool)
pub fn set_unused2(&mut self, val: bool)
N/A
pub fn set_unused3(&mut self, val: bool)
pub fn set_unused3(&mut self, val: bool)
N/A
pub fn set_unused4(&mut self, val: bool)
pub fn set_unused4(&mut self, val: bool)
N/A
pub fn set_unused5(&mut self, val: bool)
pub fn set_unused5(&mut self, val: bool)
N/A
Trait Implementations§
impl Copy for Ctiintack
impl Eq for Ctiintack
impl StructuralPartialEq for Ctiintack
Auto Trait Implementations§
impl Freeze for Ctiintack
impl RefUnwindSafe for Ctiintack
impl Send for Ctiintack
impl Sync for Ctiintack
impl Unpin for Ctiintack
impl UnwindSafe for Ctiintack
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