Struct esp32c3::rsa::constant_time::R
source · pub struct R(_);
Expand description
Register CONSTANT_TIME
reader
Implementations§
source§impl R
impl R
sourcepub fn constant_time(&self) -> CONSTANT_TIME_R
pub fn constant_time(&self) -> CONSTANT_TIME_R
Bit 0 - Configure this bit to 0 for acceleration. 0: with acceleration, 1: without acceleration(defalut).
Methods from Deref<Target = R<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