Struct esp32s2::rsa::constant_time::CONSTANT_TIME_SPEC
source · [−]pub struct CONSTANT_TIME_SPEC;
Expand description
The constant_time option
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see constant_time module
Trait Implementations
sourceimpl Readable for CONSTANT_TIME_SPEC
impl Readable for CONSTANT_TIME_SPEC
read()
method returns constant_time::R reader structure
sourceimpl RegisterSpec for CONSTANT_TIME_SPEC
impl RegisterSpec for CONSTANT_TIME_SPEC
sourceimpl Resettable for CONSTANT_TIME_SPEC
impl Resettable for CONSTANT_TIME_SPEC
reset()
method sets CONSTANT_TIME to value 0x01
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for CONSTANT_TIME_SPEC
impl Writable for CONSTANT_TIME_SPEC
write(|w| ..)
method takes constant_time::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for CONSTANT_TIME_SPEC
impl Send for CONSTANT_TIME_SPEC
impl Sync for CONSTANT_TIME_SPEC
impl Unpin for CONSTANT_TIME_SPEC
impl UnwindSafe for CONSTANT_TIME_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more