#[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 set_region0wa(&mut self, val: bool)
pub const fn set_region0wa(&mut self, val: bool)
Enable or disable interrupt for event REGION0WA.
Sourcepub const fn set_region0ra(&mut self, val: bool)
pub const fn set_region0ra(&mut self, val: bool)
Enable or disable interrupt for event REGION0RA.
Sourcepub const fn set_region1wa(&mut self, val: bool)
pub const fn set_region1wa(&mut self, val: bool)
Enable or disable interrupt for event REGION1WA.
Sourcepub const fn set_region1ra(&mut self, val: bool)
pub const fn set_region1ra(&mut self, val: bool)
Enable or disable interrupt for event REGION1RA.
Sourcepub const fn set_region2wa(&mut self, val: bool)
pub const fn set_region2wa(&mut self, val: bool)
Enable or disable interrupt for event REGION2WA.
Sourcepub const fn set_region2ra(&mut self, val: bool)
pub const fn set_region2ra(&mut self, val: bool)
Enable or disable interrupt for event REGION2RA.
Sourcepub const fn set_region3wa(&mut self, val: bool)
pub const fn set_region3wa(&mut self, val: bool)
Enable or disable interrupt for event REGION3WA.
Sourcepub const fn set_region3ra(&mut self, val: bool)
pub const fn set_region3ra(&mut self, val: bool)
Enable or disable interrupt for event REGION3RA.
Sourcepub const fn pregion0wa(&self) -> bool
pub const fn pregion0wa(&self) -> bool
Enable or disable interrupt for event PREGION0WA.
Sourcepub const fn set_pregion0wa(&mut self, val: bool)
pub const fn set_pregion0wa(&mut self, val: bool)
Enable or disable interrupt for event PREGION0WA.
Sourcepub const fn pregion0ra(&self) -> bool
pub const fn pregion0ra(&self) -> bool
Enable or disable interrupt for event PREGION0RA.
Sourcepub const fn set_pregion0ra(&mut self, val: bool)
pub const fn set_pregion0ra(&mut self, val: bool)
Enable or disable interrupt for event PREGION0RA.
Sourcepub const fn pregion1wa(&self) -> bool
pub const fn pregion1wa(&self) -> bool
Enable or disable interrupt for event PREGION1WA.
Sourcepub const fn set_pregion1wa(&mut self, val: bool)
pub const fn set_pregion1wa(&mut self, val: bool)
Enable or disable interrupt for event PREGION1WA.
Sourcepub const fn pregion1ra(&self) -> bool
pub const fn pregion1ra(&self) -> bool
Enable or disable interrupt for event PREGION1RA.
Sourcepub const fn set_pregion1ra(&mut self, val: bool)
pub const fn set_pregion1ra(&mut self, val: bool)
Enable or disable interrupt for event PREGION1RA.