#[repr(transparent)]pub struct Int(pub u32);Expand description
Enable or disable interrupt.
Tuple Fields§
§0: u32Implementations§
Source§impl Int
impl Int
Sourcepub const fn triggered16(&self) -> bool
pub const fn triggered16(&self) -> bool
Enable or disable interrupt for event TRIGGERED[16].
Sourcepub const fn set_triggered16(&mut self, val: bool)
pub const fn set_triggered16(&mut self, val: bool)
Enable or disable interrupt for event TRIGGERED[16].
Sourcepub const fn triggered17(&self) -> bool
pub const fn triggered17(&self) -> bool
Enable or disable interrupt for event TRIGGERED[17].
Sourcepub const fn set_triggered17(&mut self, val: bool)
pub const fn set_triggered17(&mut self, val: bool)
Enable or disable interrupt for event TRIGGERED[17].
Sourcepub const fn triggered18(&self) -> bool
pub const fn triggered18(&self) -> bool
Enable or disable interrupt for event TRIGGERED[18].
Sourcepub const fn set_triggered18(&mut self, val: bool)
pub const fn set_triggered18(&mut self, val: bool)
Enable or disable interrupt for event TRIGGERED[18].
Sourcepub const fn triggered19(&self) -> bool
pub const fn triggered19(&self) -> bool
Enable or disable interrupt for event TRIGGERED[19].
Sourcepub const fn set_triggered19(&mut self, val: bool)
pub const fn set_triggered19(&mut self, val: bool)
Enable or disable interrupt for event TRIGGERED[19].
Sourcepub const fn triggered20(&self) -> bool
pub const fn triggered20(&self) -> bool
Enable or disable interrupt for event TRIGGERED[20].
Sourcepub const fn set_triggered20(&mut self, val: bool)
pub const fn set_triggered20(&mut self, val: bool)
Enable or disable interrupt for event TRIGGERED[20].
Sourcepub const fn triggered21(&self) -> bool
pub const fn triggered21(&self) -> bool
Enable or disable interrupt for event TRIGGERED[21].
Sourcepub const fn set_triggered21(&mut self, val: bool)
pub const fn set_triggered21(&mut self, val: bool)
Enable or disable interrupt for event TRIGGERED[21].
Sourcepub const fn triggered22(&self) -> bool
pub const fn triggered22(&self) -> bool
Enable or disable interrupt for event TRIGGERED[22].
Sourcepub const fn set_triggered22(&mut self, val: bool)
pub const fn set_triggered22(&mut self, val: bool)
Enable or disable interrupt for event TRIGGERED[22].