#[repr(transparent)]pub struct Iabr(pub u32);Expand description
Interrupt Active Bit Register.
Tuple Fields§
§0: u32Implementations§
Source§impl Iabr
impl Iabr
Sourcepub const fn set_active0(&mut self, val: bool)
pub const fn set_active0(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active1(&mut self, val: bool)
pub const fn set_active1(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active2(&mut self, val: bool)
pub const fn set_active2(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active3(&mut self, val: bool)
pub const fn set_active3(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active4(&mut self, val: bool)
pub const fn set_active4(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active5(&mut self, val: bool)
pub const fn set_active5(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active6(&mut self, val: bool)
pub const fn set_active6(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active7(&mut self, val: bool)
pub const fn set_active7(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active8(&mut self, val: bool)
pub const fn set_active8(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active9(&mut self, val: bool)
pub const fn set_active9(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active10(&mut self, val: bool)
pub const fn set_active10(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active11(&mut self, val: bool)
pub const fn set_active11(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active12(&mut self, val: bool)
pub const fn set_active12(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active13(&mut self, val: bool)
pub const fn set_active13(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active14(&mut self, val: bool)
pub const fn set_active14(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active15(&mut self, val: bool)
pub const fn set_active15(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active16(&mut self, val: bool)
pub const fn set_active16(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active17(&mut self, val: bool)
pub const fn set_active17(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active18(&mut self, val: bool)
pub const fn set_active18(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active19(&mut self, val: bool)
pub const fn set_active19(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active20(&mut self, val: bool)
pub const fn set_active20(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active21(&mut self, val: bool)
pub const fn set_active21(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active22(&mut self, val: bool)
pub const fn set_active22(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active23(&mut self, val: bool)
pub const fn set_active23(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active24(&mut self, val: bool)
pub const fn set_active24(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active25(&mut self, val: bool)
pub const fn set_active25(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active26(&mut self, val: bool)
pub const fn set_active26(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active27(&mut self, val: bool)
pub const fn set_active27(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active28(&mut self, val: bool)
pub const fn set_active28(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active29(&mut self, val: bool)
pub const fn set_active29(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active30(&mut self, val: bool)
pub const fn set_active30(&mut self, val: bool)
Active state bits.
Sourcepub const fn set_active31(&mut self, val: bool)
pub const fn set_active31(&mut self, val: bool)
Active state bits.
Trait Implementations§
impl Copy for Iabr
impl Eq for Iabr
impl StructuralPartialEq for Iabr
Auto Trait Implementations§
impl Freeze for Iabr
impl RefUnwindSafe for Iabr
impl Send for Iabr
impl Sync for Iabr
impl Unpin for Iabr
impl UnwindSafe for Iabr
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