Struct esp32_hal::pac::efuse::blk0_wdata6::W
pub struct W(_);
Expand description
Register BLK0_WDATA6
writer
Implementations§
§impl W
impl W
pub fn coding_scheme(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA6_SPEC, u8, u8, Unsafe, 2, 0>
pub fn coding_scheme(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA6_SPEC, u8, u8, Unsafe, 2, 0>
Bits 0:1 - program for coding_scheme
pub fn console_debug_disable(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 2>
pub fn console_debug_disable(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 2>
Bit 2 - program for console_debug_disable
pub fn disable_sdio_host(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 3>
pub fn disable_sdio_host(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 3>
Bit 3
pub fn abs_done_0(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 4>
pub fn abs_done_0(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 4>
Bit 4 - program for abstract_done_0
pub fn abs_done_1(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 5>
pub fn abs_done_1(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 5>
Bit 5 - program for abstract_done_1
pub fn disable_jtag(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 6>
pub fn disable_jtag(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 6>
Bit 6 - program for JTAG_disable
pub fn disable_dl_encrypt(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 7>
pub fn disable_dl_encrypt(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 7>
Bit 7 - program for download_dis_encrypt
pub fn disable_dl_decrypt(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 8>
pub fn disable_dl_decrypt(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 8>
Bit 8 - program for download_dis_decrypt
pub fn disable_dl_cache(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 9>
pub fn disable_dl_cache(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 9>
Bit 9 - program for download_dis_cache
pub fn key_status(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 10>
pub fn key_status(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA6_SPEC, bool, BitM, 10>
Bit 10 - program for key_status
Methods from Deref<Target = W<BLK0_WDATA6_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<BLK0_WDATA6_SPEC>> for W
impl From<W<BLK0_WDATA6_SPEC>> for W
§fn from(writer: W<BLK0_WDATA6_SPEC>) -> W
fn from(writer: W<BLK0_WDATA6_SPEC>) -> W
Converts to this type from the input type.