Module esp32c2_hal::pac::system::rsa_pd_ctrl
Expand description
rsa memory power control register
Structs
Register
RSA_PD_CTRL
readerrsa memory power control register
Register
RSA_PD_CTRL
writerType Definitions
Field
RSA_MEM_FORCE_PD
reader - Set 1 to force power down RSA memory. This bit has the highest priority.Field
RSA_MEM_FORCE_PD
writer - Set 1 to force power down RSA memory. This bit has the highest priority.Field
RSA_MEM_FORCE_PU
reader - Set 1 to force power up RSA memory. This bit has the second highest priority.Field
RSA_MEM_FORCE_PU
writer - Set 1 to force power up RSA memory. This bit has the second highest priority.Field
RSA_MEM_PD
reader - Set 1 to power down RSA memory. This bit has the lowest priority.When Digital Signature occupies the RSA. This bit is invalid.Field
RSA_MEM_PD
writer - Set 1 to power down RSA memory. This bit has the lowest priority.When Digital Signature occupies the RSA. This bit is invalid.