#[repr(transparent)]pub struct Periphid1(pub u32);Expand description
Peripheral ID1 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Periphid1
impl Periphid1
Sourcepub const fn part_1(&self) -> u8
pub const fn part_1(&self) -> u8
Bits [11:8] of the component’s part number. This is selected by the designer of the component.
Sourcepub const fn set_part_1(&mut self, val: u8)
pub const fn set_part_1(&mut self, val: u8)
Bits [11:8] of the component’s part number. This is selected by the designer of the component.
Trait Implementations§
impl Copy for Periphid1
impl Eq for Periphid1
impl StructuralPartialEq for Periphid1
Auto Trait Implementations§
impl Freeze for Periphid1
impl RefUnwindSafe for Periphid1
impl Send for Periphid1
impl Sync for Periphid1
impl Unpin for Periphid1
impl UnwindSafe for Periphid1
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