Struct esp32c3::rsa::constant_time::W
source · pub struct W(_);
Expand description
Register CONSTANT_TIME
writer
Implementations
sourceimpl W
impl W
sourcepub fn constant_time(&mut self) -> CONSTANT_TIME_W<'_, 0>
pub fn constant_time(&mut self) -> CONSTANT_TIME_W<'_, 0>
Bit 0 - Configure this bit to 0 for acceleration. 0: with acceleration, 1: without acceleration(defalut).
Methods from Deref<Target = W<CONSTANT_TIME_SPEC>>
Trait Implementations
sourceimpl From<W<CONSTANT_TIME_SPEC>> for W
impl From<W<CONSTANT_TIME_SPEC>> for W
sourcefn from(writer: W<CONSTANT_TIME_SPEC>) -> Self
fn from(writer: W<CONSTANT_TIME_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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