#[repr(transparent)]pub struct JtagId(pub u32);Expand description
jtag ID
Tuple Fields§
§0: u32Implementations§
Source§impl JtagId
impl JtagId
Sourcepub const fn set_fixbit(&mut self, val: bool)
pub const fn set_fixbit(&mut self, val: bool)
JTAG IDCODE fix bit
Sourcepub const fn set_partnum(&mut self, val: u16)
pub const fn set_partnum(&mut self, val: u16)
JTAG IDCODE part number
Sourcepub const fn set_vernum(&mut self, val: u8)
pub const fn set_vernum(&mut self, val: u8)
JTAG IDCODE version number
Trait Implementations§
impl Copy for JtagId
impl Eq for JtagId
impl StructuralPartialEq for JtagId
Auto Trait Implementations§
impl Freeze for JtagId
impl RefUnwindSafe for JtagId
impl Send for JtagId
impl Sync for JtagId
impl Unpin for JtagId
impl UnwindSafe for JtagId
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