#[repr(transparent)]pub struct RpmcSupport2(pub u32);Expand description
RPMC Support 2
Tuple Fields§
§0: u32Implementations§
Source§impl RpmcSupport2
impl RpmcSupport2
Sourcepub const fn rpmc_counter_3(&self) -> u8
pub const fn rpmc_counter_3(&self) -> u8
RPMC Counter on the 3rd RPMC Flash device
Sourcepub const fn set_rpmc_counter_3(&mut self, val: u8)
pub const fn set_rpmc_counter_3(&mut self, val: u8)
RPMC Counter on the 3rd RPMC Flash device
Sourcepub const fn rpmc_op1_3(&self) -> u8
pub const fn rpmc_op1_3(&self) -> u8
RPMC OP1 Opcode on the 3rd RPMC Flash device
Sourcepub const fn set_rpmc_op1_3(&mut self, val: u8)
pub const fn set_rpmc_op1_3(&mut self, val: u8)
RPMC OP1 Opcode on the 3rd RPMC Flash device
Sourcepub const fn rpmc_counter_4(&self) -> u8
pub const fn rpmc_counter_4(&self) -> u8
RPMC Counter on the 4th RPMC Flash device
Sourcepub const fn set_rpmc_counter_4(&mut self, val: u8)
pub const fn set_rpmc_counter_4(&mut self, val: u8)
RPMC Counter on the 4th RPMC Flash device
Sourcepub const fn rpmc_op1_4(&self) -> u8
pub const fn rpmc_op1_4(&self) -> u8
RPMC OP1 Opcode on the 4th RPMC Flash device
Sourcepub const fn set_rpmc_op1_4(&mut self, val: u8)
pub const fn set_rpmc_op1_4(&mut self, val: u8)
RPMC OP1 Opcode on the 4th RPMC Flash device
Trait Implementations§
Source§impl Clone for RpmcSupport2
impl Clone for RpmcSupport2
Source§fn clone(&self) -> RpmcSupport2
fn clone(&self) -> RpmcSupport2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RpmcSupport2
impl Debug for RpmcSupport2
Source§impl Default for RpmcSupport2
impl Default for RpmcSupport2
Source§fn default() -> RpmcSupport2
fn default() -> RpmcSupport2
Returns the “default value” for a type. Read more
Source§impl PartialEq for RpmcSupport2
impl PartialEq for RpmcSupport2
impl Copy for RpmcSupport2
impl Eq for RpmcSupport2
impl StructuralPartialEq for RpmcSupport2
Auto Trait Implementations§
impl Freeze for RpmcSupport2
impl RefUnwindSafe for RpmcSupport2
impl Send for RpmcSupport2
impl Sync for RpmcSupport2
impl Unpin for RpmcSupport2
impl UnwindSafe for RpmcSupport2
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