Struct nrf52840_pac::cc_host_rgf::host_iot_lcs::W
source · pub struct W(/* private fields */);
Expand description
Register HOST_IOT_LCS
writer
Implementations§
source§impl W
impl W
sourcepub fn lcs(&mut self) -> LCS_W<'_, 0>
pub fn lcs(&mut self) -> LCS_W<'_, 0>
Bits 0:2 - Lifecycle state value. This field is write-once per reset.
sourcepub fn lcs_is_valid(&mut self) -> LCS_IS_VALID_W<'_, 8>
pub fn lcs_is_valid(&mut self) -> LCS_IS_VALID_W<'_, 8>
Bit 8 - This field is read-only and indicates if CRYPTOCELL LCS has been successfully configured since last reset
Methods from Deref<Target = W<HOST_IOT_LCS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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