pub struct R(_);Expand description
Register SEARCH_POS reader
Implementations
sourceimpl R
 
impl R
sourcepub fn search_pos(&self) -> SEARCH_POS_R
 
pub fn search_pos(&self) -> SEARCH_POS_R
Bits 0:11 - Configure this field to set search position. This field should be used together with RSA_SEARCH_ENABLE. The field is only meaningful when RSA_SEARCH_ENABLE is high.
Methods from Deref<Target = R<SEARCH_POS_SPEC>>
Trait Implementations
sourceimpl From<R<SEARCH_POS_SPEC>> for R
 
impl From<R<SEARCH_POS_SPEC>> for R
sourcefn from(reader: R<SEARCH_POS_SPEC>) -> Self
 
fn from(reader: R<SEARCH_POS_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