Struct Pidr4
#[repr(transparent)]pub struct Pidr4(pub u32);Expand description
DBGMCU CoreSight peripheral identity register 4.
Tuple Fields§
§0: u32Implementations§
§impl Pidr4
impl Pidr4
pub fn set_jep106con(&mut self, val: u8)
pub fn set_jep106con(&mut self, val: u8)
None 0x0: STMicroelectronics JEDEC code.
Trait Implementations§
impl Copy for Pidr4
impl Eq for Pidr4
impl StructuralPartialEq for Pidr4
Auto Trait Implementations§
impl Freeze for Pidr4
impl RefUnwindSafe for Pidr4
impl Send for Pidr4
impl Sync for Pidr4
impl Unpin for Pidr4
impl UnwindSafe for Pidr4
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