Struct riot_sys::xPSR_Type__bindgen_ty_1
source · [−]#[repr(C)]#[repr(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
sourceimpl 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
sourceimpl Clone for xPSR_Type__bindgen_ty_1
impl Clone for xPSR_Type__bindgen_ty_1
sourcefn 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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for xPSR_Type__bindgen_ty_1
impl Debug for xPSR_Type__bindgen_ty_1
sourceimpl Default for xPSR_Type__bindgen_ty_1
impl Default for xPSR_Type__bindgen_ty_1
sourcefn 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 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more