Struct esp32s2::system::external_device_encrypt_decrypt_control::W
source · pub struct W(_);
Expand description
Register EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL
writer
Implementations§
source§impl W
impl W
sourcepub fn enable_spi_manual_encrypt(
&mut self
) -> ENABLE_SPI_MANUAL_ENCRYPT_W<'_, 0>
pub fn enable_spi_manual_encrypt( &mut self ) -> ENABLE_SPI_MANUAL_ENCRYPT_W<'_, 0>
Bit 0 - Set this bit to enable Manual Encryption under SPI Boot mode.
sourcepub fn enable_download_db_encrypt(
&mut self
) -> ENABLE_DOWNLOAD_DB_ENCRYPT_W<'_, 1>
pub fn enable_download_db_encrypt( &mut self ) -> ENABLE_DOWNLOAD_DB_ENCRYPT_W<'_, 1>
Bit 1 - Set this bit to enable Auto Encryption under Download Boot mode.
sourcepub fn enable_download_g0cb_decrypt(
&mut self
) -> ENABLE_DOWNLOAD_G0CB_DECRYPT_W<'_, 2>
pub fn enable_download_g0cb_decrypt( &mut self ) -> ENABLE_DOWNLOAD_G0CB_DECRYPT_W<'_, 2>
Bit 2 - Set this bit to enable Auto Decryption under Download Boot mode.
sourcepub fn enable_download_manual_encrypt(
&mut self
) -> ENABLE_DOWNLOAD_MANUAL_ENCRYPT_W<'_, 3>
pub fn enable_download_manual_encrypt( &mut self ) -> ENABLE_DOWNLOAD_MANUAL_ENCRYPT_W<'_, 3>
Bit 3 - Set this bit to enable Manual Encryption under Download Boot mode.
Methods from Deref<Target = W<EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more