pub struct HOST_CRYPTOKEY_SEL_SPEC;
Expand description
AES hardware key select
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see host_cryptokey_sel module
Trait Implementations§
source§impl Readable for HOST_CRYPTOKEY_SEL_SPEC
impl Readable for HOST_CRYPTOKEY_SEL_SPEC
read()
method returns host_cryptokey_sel::R reader structure
source§impl Resettable for HOST_CRYPTOKEY_SEL_SPEC
impl Resettable for HOST_CRYPTOKEY_SEL_SPEC
reset()
method sets HOST_CRYPTOKEY_SEL to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for HOST_CRYPTOKEY_SEL_SPEC
impl Writable for HOST_CRYPTOKEY_SEL_SPEC
write(|w| ..)
method takes host_cryptokey_sel::W writer structure
Auto Trait Implementations§
impl Freeze for HOST_CRYPTOKEY_SEL_SPEC
impl RefUnwindSafe for HOST_CRYPTOKEY_SEL_SPEC
impl Send for HOST_CRYPTOKEY_SEL_SPEC
impl Sync for HOST_CRYPTOKEY_SEL_SPEC
impl Unpin for HOST_CRYPTOKEY_SEL_SPEC
impl UnwindSafe for HOST_CRYPTOKEY_SEL_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