Struct esp32s3_hal::pac::rsa::constant_time::R
pub struct R(_);
Expand description
Register CONSTANT_TIME
reader
Implementations§
§impl R
impl R
pub fn constant_time(&self) -> BitReaderRaw<bool>
pub fn constant_time(&self) -> BitReaderRaw<bool>
Bit 0 - Controls the CONSTANT_TIME option. 0: acceleration. 1: no acceleration(by default).
Methods from Deref<Target = R<CONSTANT_TIME_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<CONSTANT_TIME_SPEC>> for R
impl From<R<CONSTANT_TIME_SPEC>> for R
§fn from(reader: R<CONSTANT_TIME_SPEC>) -> R
fn from(reader: R<CONSTANT_TIME_SPEC>) -> R
Converts to this type from the input type.