pub struct R(_);
Expand description
Register RSA_PD_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn rsa_mem_pd(&self) -> RSA_MEM_PD_R
pub fn rsa_mem_pd(&self) -> RSA_MEM_PD_R
Bit 0 - Set 1 to power down RSA memory. This bit has the lowest priority.When Digital Signature occupies the RSA. This bit is invalid.
sourcepub fn rsa_mem_force_pu(&self) -> RSA_MEM_FORCE_PU_R
pub fn rsa_mem_force_pu(&self) -> RSA_MEM_FORCE_PU_R
Bit 1 - Set 1 to force power up RSA memory. This bit has the second highest priority.
sourcepub fn rsa_mem_force_pd(&self) -> RSA_MEM_FORCE_PD_R
pub fn rsa_mem_force_pd(&self) -> RSA_MEM_FORCE_PD_R
Bit 2 - Set 1 to force power down RSA memory. This bit has the highest priority.
Methods from Deref<Target = R<RSA_PD_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<RSA_PD_CTRL_SPEC>> for R
impl From<R<RSA_PD_CTRL_SPEC>> for R
sourcefn from(reader: R<RSA_PD_CTRL_SPEC>) -> Self
fn from(reader: R<RSA_PD_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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