Struct esp32s3_hal::pac::rsa::search_enable::R
pub struct R(_);
Expand description
Register SEARCH_ENABLE
reader
Implementations§
§impl R
impl R
pub fn search_enable(&self) -> BitReaderRaw<bool>
pub fn search_enable(&self) -> BitReaderRaw<bool>
Bit 0 - Controls the SEARCH option. 0: no acceleration(by default). 1: acceleration.
Methods from Deref<Target = R<SEARCH_ENABLE_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<SEARCH_ENABLE_SPEC>> for R
impl From<R<SEARCH_ENABLE_SPEC>> for R
§fn from(reader: R<SEARCH_ENABLE_SPEC>) -> R
fn from(reader: R<SEARCH_ENABLE_SPEC>) -> R
Converts to this type from the input type.