pub struct KdfErrorSpec;Expand description
RKP PBKDF2 error status
You can read this register and get kdf_error::R. See API.
Trait Implementations§
impl Readable for KdfErrorSpec
read() method returns kdf_error::R reader structure
Source§impl RegisterSpec for KdfErrorSpec
impl RegisterSpec for KdfErrorSpec
Source§impl Resettable for KdfErrorSpec
reset() method sets KDF_ERROR to value 0
impl Resettable for KdfErrorSpec
reset() method sets KDF_ERROR to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for KdfErrorSpec
impl RefUnwindSafe for KdfErrorSpec
impl Send for KdfErrorSpec
impl Sync for KdfErrorSpec
impl Unpin for KdfErrorSpec
impl UnsafeUnpin for KdfErrorSpec
impl UnwindSafe for KdfErrorSpec
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