pub struct HOST_IOT_KDR1_SPEC;
Expand description
This register holds bits 63:32 of K_DR. The value of this register is saved in the CRYPTOCELL AO power domain.
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see host_iot_kdr1 module
Trait Implementations§
Source§impl RegisterSpec for HOST_IOT_KDR1_SPEC
impl RegisterSpec for HOST_IOT_KDR1_SPEC
Source§impl Resettable for HOST_IOT_KDR1_SPEC
impl Resettable for HOST_IOT_KDR1_SPEC
reset()
method sets HOST_IOT_KDR1 to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for HOST_IOT_KDR1_SPEC
impl Writable for HOST_IOT_KDR1_SPEC
write(|w| ..)
method takes host_iot_kdr1::W writer structure
Auto Trait Implementations§
impl Freeze for HOST_IOT_KDR1_SPEC
impl RefUnwindSafe for HOST_IOT_KDR1_SPEC
impl Send for HOST_IOT_KDR1_SPEC
impl Sync for HOST_IOT_KDR1_SPEC
impl Unpin for HOST_IOT_KDR1_SPEC
impl UnwindSafe for HOST_IOT_KDR1_SPEC
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