Struct esp32h2::hp_sys::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 as 1 to enable mspi xts manual encrypt in spi 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 as 1 to enable mspi xts auto decrypt in 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 as 1 to enable mspi xts manual encrypt in 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