Module esp32s3::system::rsa_pd_ctrl

source ·
Expand description

rsa memory power control register

Structs

Register RSA_PD_CTRL reader
rsa memory power control register
Register RSA_PD_CTRL writer

Type 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.