Struct nrf52840_pac::cc_host_rgf::host_iot_kdr0::HOST_IOT_KDR0_SPEC
source · pub struct HOST_IOT_KDR0_SPEC;
Expand description
This register holds bits 31:0 of K_DR. The value of this register is saved in the CRYPTOCELL AO power domain. Reading from this address returns the K_DR valid status indicating if K_DR is successfully retained.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see host_iot_kdr0 module
Trait Implementations§
source§impl Readable for HOST_IOT_KDR0_SPEC
impl Readable for HOST_IOT_KDR0_SPEC
read()
method returns host_iot_kdr0::R reader structure
source§impl RegisterSpec for HOST_IOT_KDR0_SPEC
impl RegisterSpec for HOST_IOT_KDR0_SPEC
source§impl Resettable for HOST_IOT_KDR0_SPEC
impl Resettable for HOST_IOT_KDR0_SPEC
reset()
method sets HOST_IOT_KDR0 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_KDR0_SPEC
impl Writable for HOST_IOT_KDR0_SPEC
write(|w| ..)
method takes host_iot_kdr0::W writer structure
Auto Trait Implementations§
impl Freeze for HOST_IOT_KDR0_SPEC
impl RefUnwindSafe for HOST_IOT_KDR0_SPEC
impl Send for HOST_IOT_KDR0_SPEC
impl Sync for HOST_IOT_KDR0_SPEC
impl Unpin for HOST_IOT_KDR0_SPEC
impl UnwindSafe for HOST_IOT_KDR0_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