#[repr(C, align(4))]pub struct xPSR_Type__bindgen_ty_1 {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u16; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl xPSR_Type__bindgen_ty_1
impl xPSR_Type__bindgen_ty_1
pub fn ISR(&self) -> u32
pub fn set_ISR(&mut self, val: u32)
pub fn _reserved0(&self) -> u32
pub fn set__reserved0(&mut self, val: u32)
pub fn ICI_IT_1(&self) -> u32
pub fn set_ICI_IT_1(&mut self, val: u32)
pub fn GE(&self) -> u32
pub fn set_GE(&mut self, val: u32)
pub fn _reserved1(&self) -> u32
pub fn set__reserved1(&mut self, val: u32)
pub fn T(&self) -> u32
pub fn set_T(&mut self, val: u32)
pub fn ICI_IT_2(&self) -> u32
pub fn set_ICI_IT_2(&mut self, val: u32)
pub fn Q(&self) -> u32
pub fn set_Q(&mut self, val: u32)
pub fn V(&self) -> u32
pub fn set_V(&mut self, val: u32)
pub fn C(&self) -> u32
pub fn set_C(&mut self, val: u32)
pub fn Z(&self) -> u32
pub fn set_Z(&mut self, val: u32)
pub fn N(&self) -> u32
pub fn set_N(&mut self, val: u32)
pub fn new_bitfield_1( ISR: u32, _reserved0: u32, ICI_IT_1: u32, GE: u32, _reserved1: u32, T: u32, ICI_IT_2: u32, Q: u32, V: u32, C: u32, Z: u32, N: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for xPSR_Type__bindgen_ty_1
impl Clone for xPSR_Type__bindgen_ty_1
source§fn clone(&self) -> xPSR_Type__bindgen_ty_1
fn clone(&self) -> xPSR_Type__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for xPSR_Type__bindgen_ty_1
impl Debug for xPSR_Type__bindgen_ty_1
source§impl Default for xPSR_Type__bindgen_ty_1
impl Default for xPSR_Type__bindgen_ty_1
source§fn default() -> xPSR_Type__bindgen_ty_1
fn default() -> xPSR_Type__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for xPSR_Type__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for xPSR_Type__bindgen_ty_1
impl RefUnwindSafe for xPSR_Type__bindgen_ty_1
impl Send for xPSR_Type__bindgen_ty_1
impl Sync for xPSR_Type__bindgen_ty_1
impl Unpin for xPSR_Type__bindgen_ty_1
impl UnwindSafe for xPSR_Type__bindgen_ty_1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes