Struct esp32::efuse::blk0_wdata6::R
source · pub struct R(_);
Expand description
Register BLK0_WDATA6
reader
Implementations§
source§impl R
impl R
sourcepub fn coding_scheme(&self) -> CODING_SCHEME_R
pub fn coding_scheme(&self) -> CODING_SCHEME_R
Bits 0:1
sourcepub fn console_debug_disable(&self) -> CONSOLE_DEBUG_DISABLE_R
pub fn console_debug_disable(&self) -> CONSOLE_DEBUG_DISABLE_R
Bit 2
sourcepub fn disable_sdio_host(&self) -> DISABLE_SDIO_HOST_R
pub fn disable_sdio_host(&self) -> DISABLE_SDIO_HOST_R
Bit 3
sourcepub fn abs_done_0(&self) -> ABS_DONE_0_R
pub fn abs_done_0(&self) -> ABS_DONE_0_R
Bit 4
sourcepub fn abs_done_1(&self) -> ABS_DONE_1_R
pub fn abs_done_1(&self) -> ABS_DONE_1_R
Bit 5
sourcepub fn disable_jtag(&self) -> DISABLE_JTAG_R
pub fn disable_jtag(&self) -> DISABLE_JTAG_R
Bit 6
sourcepub fn disable_dl_encrypt(&self) -> DISABLE_DL_ENCRYPT_R
pub fn disable_dl_encrypt(&self) -> DISABLE_DL_ENCRYPT_R
Bit 7
sourcepub fn disable_dl_decrypt(&self) -> DISABLE_DL_DECRYPT_R
pub fn disable_dl_decrypt(&self) -> DISABLE_DL_DECRYPT_R
Bit 8
sourcepub fn disable_dl_cache(&self) -> DISABLE_DL_CACHE_R
pub fn disable_dl_cache(&self) -> DISABLE_DL_CACHE_R
Bit 9
sourcepub fn key_status(&self) -> KEY_STATUS_R
pub fn key_status(&self) -> KEY_STATUS_R
Bit 10
Methods from Deref<Target = R<BLK0_WDATA6_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