Struct esp32s2::extmem::cache_encrypt_decrypt_clk_force_on::R
source · pub struct R(_);Expand description
Register CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON reader
Implementations§
source§impl R
impl R
sourcepub fn clk_force_on_db_encrypt(&self) -> CLK_FORCE_ON_DB_ENCRYPT_R
pub fn clk_force_on_db_encrypt(&self) -> CLK_FORCE_ON_DB_ENCRYPT_R
Bit 0 - The bit is used to close clock gating of encrypt clock. 1: close gating, 0: open clock gating.
sourcepub fn clk_force_on_g0cb_decrypt(&self) -> CLK_FORCE_ON_G0CB_DECRYPT_R
pub fn clk_force_on_g0cb_decrypt(&self) -> CLK_FORCE_ON_G0CB_DECRYPT_R
Bit 1 - The bit is used to close clock gating of decrypt clock. 1: close gating, 0: open clock gating.
sourcepub fn clk_force_on_automatic_encrypt_decrypt(
&self
) -> CLK_FORCE_ON_AUTOMATIC_ENCRYPT_DECRYPT_R
pub fn clk_force_on_automatic_encrypt_decrypt(
&self
) -> CLK_FORCE_ON_AUTOMATIC_ENCRYPT_DECRYPT_R
Bit 2 - The bit is used to close clock gating of encrypt and decrypt clock. 1: close gating, 0: open clock gating.