Struct esp32s2::extmem::cache_encrypt_decrypt_clk_force_on::W
source · pub struct W(_);Expand description
Register CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON writer
Implementations§
source§impl W
impl W
sourcepub fn clk_force_on_db_encrypt(&mut self) -> CLK_FORCE_ON_DB_ENCRYPT_W<'_, 0>
pub fn clk_force_on_db_encrypt(&mut self) -> CLK_FORCE_ON_DB_ENCRYPT_W<'_, 0>
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(
&mut self
) -> CLK_FORCE_ON_G0CB_DECRYPT_W<'_, 1>
pub fn clk_force_on_g0cb_decrypt(
&mut self
) -> CLK_FORCE_ON_G0CB_DECRYPT_W<'_, 1>
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(
&mut self
) -> CLK_FORCE_ON_AUTOMATIC_ENCRYPT_DECRYPT_W<'_, 2>
pub fn clk_force_on_automatic_encrypt_decrypt(
&mut self
) -> CLK_FORCE_ON_AUTOMATIC_ENCRYPT_DECRYPT_W<'_, 2>
Bit 2 - The bit is used to close clock gating of encrypt and decrypt clock. 1: close gating, 0: open clock gating.