#[repr(C)]pub union IPSR_Type {
pub b: IPSR_Type__bindgen_ty_1,
pub w: u32,
}Expand description
\brief Union type to access the Interrupt Program Status Register (IPSR).
Fields§
§b: IPSR_Type__bindgen_ty_1< Structure used for bit access
w: u32< Type used for word access
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPSR_Type
impl RefUnwindSafe for IPSR_Type
impl Send for IPSR_Type
impl Sync for IPSR_Type
impl Unpin for IPSR_Type
impl UnsafeUnpin for IPSR_Type
impl UnwindSafe for IPSR_Type
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