#[repr(transparent)]pub struct Gpr3(pub u32);Expand description
GPR3 General Purpose Register
Tuple Fields§
§0: u32Implementations§
Source§impl Gpr3
impl Gpr3
Sourcepub const fn dcp_key_sel(&self) -> DcpKeySel
pub const fn dcp_key_sel(&self) -> DcpKeySel
Select 128-bit DCP key from 256-bit key from SNVS Master Key
Sourcepub const fn set_dcp_key_sel(&mut self, val: DcpKeySel)
pub const fn set_dcp_key_sel(&mut self, val: DcpKeySel)
Select 128-bit DCP key from 256-bit key from SNVS Master Key
Trait Implementations§
impl Copy for Gpr3
impl Eq for Gpr3
impl StructuralPartialEq for Gpr3
Auto Trait Implementations§
impl Freeze for Gpr3
impl RefUnwindSafe for Gpr3
impl Send for Gpr3
impl Sync for Gpr3
impl Unpin for Gpr3
impl UnwindSafe for Gpr3
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