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