#[repr(transparent)]pub struct Periphid3(pub u32);
Expand description
Peripheral identification registers, SSPPeriphID0-3 on page 3-13
Tuple Fields§
§0: u32
Implementations§
Source§impl Periphid3
impl Periphid3
Sourcepub const fn configuration(&self) -> u8
pub const fn configuration(&self) -> u8
These bits read back as 0x00
Sourcepub fn set_configuration(&mut self, val: u8)
pub fn set_configuration(&mut self, val: u8)
These bits read back as 0x00
Trait Implementations§
impl Copy for Periphid3
impl Eq for Periphid3
impl StructuralPartialEq for Periphid3
Auto Trait Implementations§
impl Freeze for Periphid3
impl RefUnwindSafe for Periphid3
impl Send for Periphid3
impl Sync for Periphid3
impl Unpin for Periphid3
impl UnwindSafe for Periphid3
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