pub struct W(_);
Expand description
Register SEARCH_ENABLE
writer
Implementations
sourceimpl W
impl W
sourcepub fn search_enable(&mut self) -> SEARCH_ENABLE_W<'_>
pub fn search_enable(&mut self) -> SEARCH_ENABLE_W<'_>
Bit 0 - Configure this bit to 1 for acceleration. 1: with acceleration, 0: without acceleration(default). This option should be used together with RSA_SEARCH_POS.
Methods from Deref<Target = W<SEARCH_ENABLE_SPEC>>
Trait Implementations
sourceimpl From<W<SEARCH_ENABLE_SPEC>> for W
impl From<W<SEARCH_ENABLE_SPEC>> for W
sourcefn from(writer: W<SEARCH_ENABLE_SPEC>) -> Self
fn from(writer: W<SEARCH_ENABLE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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