Struct esp32h2::rsa::constant_time::W
source · pub struct W(_);
Expand description
Register CONSTANT_TIME
writer
Implementations§
source§impl 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 - Configures the constant_time option. 0: Acceleration 1: No acceleration (default)
Methods from Deref<Target = W<CONSTANT_TIME_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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