pub struct R(/* private fields */);
Expand description
Register HOST_IOT_KDR0
reader
Implementations§
Source§impl R
impl R
Sourcepub fn host_iot_kdr0(&self) -> HOST_IOT_KDR0_R
pub fn host_iot_kdr0(&self) -> HOST_IOT_KDR0_R
Bits 0:31 - Write: K_DR bits 31:0 Read: 0x00000000 when 128-bit K_DR key value is not yet retained in the CRYPTOCELL AO power domain Read: 0x00000001 when 128-bit K_DR key value is successfully retained in the CRYPTOCELL AO power domain
Methods from Deref<Target = R<HOST_IOT_KDR0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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