Struct esp32_hal::pac::efuse::blk0_wdata6::R
pub struct R(_);
Expand description
Register BLK0_WDATA6
reader
Implementations§
§impl R
impl R
pub fn coding_scheme(&self) -> FieldReaderRaw<u8, u8>
pub fn coding_scheme(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - program for coding_scheme
pub fn console_debug_disable(&self) -> BitReaderRaw<bool>
pub fn console_debug_disable(&self) -> BitReaderRaw<bool>
Bit 2 - program for console_debug_disable
pub fn disable_sdio_host(&self) -> BitReaderRaw<bool>
pub fn disable_sdio_host(&self) -> BitReaderRaw<bool>
Bit 3
pub fn abs_done_0(&self) -> BitReaderRaw<bool>
pub fn abs_done_0(&self) -> BitReaderRaw<bool>
Bit 4 - program for abstract_done_0
pub fn abs_done_1(&self) -> BitReaderRaw<bool>
pub fn abs_done_1(&self) -> BitReaderRaw<bool>
Bit 5 - program for abstract_done_1
pub fn disable_jtag(&self) -> BitReaderRaw<bool>
pub fn disable_jtag(&self) -> BitReaderRaw<bool>
Bit 6 - program for JTAG_disable
pub fn disable_dl_encrypt(&self) -> BitReaderRaw<bool>
pub fn disable_dl_encrypt(&self) -> BitReaderRaw<bool>
Bit 7 - program for download_dis_encrypt
pub fn disable_dl_decrypt(&self) -> BitReaderRaw<bool>
pub fn disable_dl_decrypt(&self) -> BitReaderRaw<bool>
Bit 8 - program for download_dis_decrypt
pub fn disable_dl_cache(&self) -> BitReaderRaw<bool>
pub fn disable_dl_cache(&self) -> BitReaderRaw<bool>
Bit 9 - program for download_dis_cache
pub fn key_status(&self) -> BitReaderRaw<bool>
pub fn key_status(&self) -> BitReaderRaw<bool>
Bit 10 - program for key_status
Methods from Deref<Target = R<BLK0_WDATA6_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<BLK0_WDATA6_SPEC>> for R
impl From<R<BLK0_WDATA6_SPEC>> for R
§fn from(reader: R<BLK0_WDATA6_SPEC>) -> R
fn from(reader: R<BLK0_WDATA6_SPEC>) -> R
Converts to this type from the input type.