Struct nrf52840_pac::cc_host_rgf::host_iot_kdr2::HOST_IOT_KDR2_SPEC
source · pub struct HOST_IOT_KDR2_SPEC;
Expand description
This register holds bits 95:64 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_kdr2 module
Trait Implementations§
source§impl RegisterSpec for HOST_IOT_KDR2_SPEC
impl RegisterSpec for HOST_IOT_KDR2_SPEC
source§impl Resettable for HOST_IOT_KDR2_SPEC
impl Resettable for HOST_IOT_KDR2_SPEC
reset()
method sets HOST_IOT_KDR2 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_KDR2_SPEC
impl Writable for HOST_IOT_KDR2_SPEC
write(|w| ..)
method takes host_iot_kdr2::W writer structure
Auto Trait Implementations§
impl Freeze for HOST_IOT_KDR2_SPEC
impl RefUnwindSafe for HOST_IOT_KDR2_SPEC
impl Send for HOST_IOT_KDR2_SPEC
impl Sync for HOST_IOT_KDR2_SPEC
impl Unpin for HOST_IOT_KDR2_SPEC
impl UnwindSafe for HOST_IOT_KDR2_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