#[repr(transparent)]pub struct Pcellid3(pub u32);
Expand description
PrimeCell identification registers, SSPPCellID0-3 on page 3-16
Tuple Fields§
§0: u32
Implementations§
source§impl Pcellid3
impl Pcellid3
sourcepub const fn ssppcellid3(&self) -> u8
pub const fn ssppcellid3(&self) -> u8
These bits read back as 0xB1
sourcepub fn set_ssppcellid3(&mut self, val: u8)
pub fn set_ssppcellid3(&mut self, val: u8)
These bits read back as 0xB1
Trait Implementations§
impl Copy for Pcellid3
impl Eq for Pcellid3
impl StructuralPartialEq for Pcellid3
Auto Trait Implementations§
impl Freeze for Pcellid3
impl RefUnwindSafe for Pcellid3
impl Send for Pcellid3
impl Sync for Pcellid3
impl Unpin for Pcellid3
impl UnwindSafe for Pcellid3
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
)