Struct nrf52840_pac::cc_host_rgf::host_iot_lcs::HOST_IOT_LCS_SPEC
source · pub struct HOST_IOT_LCS_SPEC;
Expand description
Controls lifecycle state (LCS) for CRYPTOCELL subsystem
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see host_iot_lcs module
Trait Implementations§
source§impl Readable for HOST_IOT_LCS_SPEC
impl Readable for HOST_IOT_LCS_SPEC
read()
method returns host_iot_lcs::R reader structure
source§impl RegisterSpec for HOST_IOT_LCS_SPEC
impl RegisterSpec for HOST_IOT_LCS_SPEC
source§impl Resettable for HOST_IOT_LCS_SPEC
impl Resettable for HOST_IOT_LCS_SPEC
reset()
method sets HOST_IOT_LCS to value 0x02
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for HOST_IOT_LCS_SPEC
impl Writable for HOST_IOT_LCS_SPEC
write(|w| ..)
method takes host_iot_lcs::W writer structure
Auto Trait Implementations§
impl Freeze for HOST_IOT_LCS_SPEC
impl RefUnwindSafe for HOST_IOT_LCS_SPEC
impl Send for HOST_IOT_LCS_SPEC
impl Sync for HOST_IOT_LCS_SPEC
impl Unpin for HOST_IOT_LCS_SPEC
impl UnwindSafe for HOST_IOT_LCS_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