#[repr(transparent)]pub struct Ctiintack(pub u32);Expand description
CTI Interrupt Acknowledge register
Tuple Fields§
§0: u32Implementations§
Source§impl Ctiintack
impl Ctiintack
Sourcepub const fn set_intack_0(&mut self, val: bool)
pub const fn set_intack_0(&mut self, val: bool)
Acknowledges the ctitrigout 0 output.
Sourcepub const fn set_intack_1(&mut self, val: bool)
pub const fn set_intack_1(&mut self, val: bool)
Acknowledges the ctitrigout 1 output.
Sourcepub const fn set_intack_2(&mut self, val: bool)
pub const fn set_intack_2(&mut self, val: bool)
Acknowledges the ctitrigout 2 output.
Sourcepub const fn set_intack_3(&mut self, val: bool)
pub const fn set_intack_3(&mut self, val: bool)
Acknowledges the ctitrigout 3 output.
Sourcepub const fn set_intack_4(&mut self, val: bool)
pub const fn set_intack_4(&mut self, val: bool)
Acknowledges the ctitrigout 4 output.
Sourcepub const fn set_intack_5(&mut self, val: bool)
pub const fn set_intack_5(&mut self, val: bool)
Acknowledges the ctitrigout 5 output.
Sourcepub const fn set_intack_6(&mut self, val: bool)
pub const fn set_intack_6(&mut self, val: bool)
Acknowledges the ctitrigout 6 output.
Sourcepub const fn set_intack_7(&mut self, val: bool)
pub const fn set_intack_7(&mut self, val: bool)
Acknowledges the ctitrigout 7 output.
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