Struct Int
#[repr(transparent)]pub struct Int(pub u32);Expand description
Enable or disable interrupt.
Tuple Fields§
§0: u32Implementations§
§impl Int
impl Int
pub const fn triggered16(&self) -> bool
pub const fn triggered16(&self) -> bool
Enable or disable interrupt for event TRIGGERED[16].
pub 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].
pub const fn triggered17(&self) -> bool
pub const fn triggered17(&self) -> bool
Enable or disable interrupt for event TRIGGERED[17].
pub 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].
pub const fn triggered18(&self) -> bool
pub const fn triggered18(&self) -> bool
Enable or disable interrupt for event TRIGGERED[18].
pub 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].
pub const fn triggered19(&self) -> bool
pub const fn triggered19(&self) -> bool
Enable or disable interrupt for event TRIGGERED[19].
pub 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].
pub const fn triggered20(&self) -> bool
pub const fn triggered20(&self) -> bool
Enable or disable interrupt for event TRIGGERED[20].
pub 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].
pub const fn triggered21(&self) -> bool
pub const fn triggered21(&self) -> bool
Enable or disable interrupt for event TRIGGERED[21].
pub 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].
pub const fn triggered22(&self) -> bool
pub const fn triggered22(&self) -> bool
Enable or disable interrupt for event TRIGGERED[22].
pub 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].