pub type W = W<RSA_PD_CTRL_SPEC>;
Expand description
Register RSA_PD_CTRL
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn rsa_mem_pd(&mut self) -> RSA_MEM_PD_W<'_, RSA_PD_CTRL_SPEC>
pub fn rsa_mem_pd(&mut self) -> RSA_MEM_PD_W<'_, RSA_PD_CTRL_SPEC>
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(&mut self) -> RSA_MEM_FORCE_PU_W<'_, RSA_PD_CTRL_SPEC>
pub fn rsa_mem_force_pu(&mut self) -> RSA_MEM_FORCE_PU_W<'_, RSA_PD_CTRL_SPEC>
Bit 1 - Set 1 to force power up RSA memory. This bit has the second highest priority.
Sourcepub fn rsa_mem_force_pd(&mut self) -> RSA_MEM_FORCE_PD_W<'_, RSA_PD_CTRL_SPEC>
pub fn rsa_mem_force_pd(&mut self) -> RSA_MEM_FORCE_PD_W<'_, RSA_PD_CTRL_SPEC>
Bit 2 - Set 1 to force power down RSA memory. This bit has the highest priority.