Struct esp32s3::system::external_device_encrypt_decrypt_control::W
source · pub struct W(_);
Expand description
Register EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL
writer
Implementations
sourceimpl 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 1 to enable the SPI manual encrypt.
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 1 to enable download DB encrypt.
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 1 to enable download G0CB decrypt
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 1 to enable download manual encrypt
Methods from Deref<Target = W<EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC>>
Trait Implementations
sourceimpl From<W<EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC>> for W
impl From<W<EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC>> for W
sourcefn from(writer: W<EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC>) -> Self
fn from(writer: W<EXTERNAL_DEVICE_ENCRYPT_DECRYPT_CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more