#[repr(transparent)]pub struct Ipcr2(pub u32);Expand description
IP Control 2
Tuple Fields§
§0: u32Implementations§
Source§impl Ipcr2
impl Ipcr2
Sourcepub const fn ipblkahbreq(&self) -> Ipblkahbreq
pub const fn ipblkahbreq(&self) -> Ipblkahbreq
IP Command Blocking AHB Command Request Enable
Sourcepub const fn set_ipblkahbreq(&mut self, val: Ipblkahbreq)
pub const fn set_ipblkahbreq(&mut self, val: Ipblkahbreq)
IP Command Blocking AHB Command Request Enable
Sourcepub const fn ipblkahback(&self) -> Ipblkahback
pub const fn ipblkahback(&self) -> Ipblkahback
IP Command Blocking AHB Command Acknowledgment Enable
Sourcepub const fn set_ipblkahback(&mut self, val: Ipblkahback)
pub const fn set_ipblkahback(&mut self, val: Ipblkahback)
IP Command Blocking AHB Command Acknowledgment Enable
Sourcepub const fn ipblkallahb(&self) -> Ipblkallahb
pub const fn ipblkallahb(&self) -> Ipblkallahb
IP Command Blocking All AHB Command Enable
Sourcepub const fn set_ipblkallahb(&mut self, val: Ipblkallahb)
pub const fn set_ipblkallahb(&mut self, val: Ipblkallahb)
IP Command Blocking All AHB Command Enable
Trait Implementations§
impl Copy for Ipcr2
impl Eq for Ipcr2
impl StructuralPartialEq for Ipcr2
Auto Trait Implementations§
impl Freeze for Ipcr2
impl RefUnwindSafe for Ipcr2
impl Send for Ipcr2
impl Sync for Ipcr2
impl Unpin for Ipcr2
impl UnwindSafe for Ipcr2
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