Struct esp32c3_hal::pac::efuse::rd_repeat_err3::R
pub struct R(_);
Expand description
Register RD_REPEAT_ERR3
reader
Implementations
impl R
impl R
pub fn dis_download_mode_err(&self) -> BitReaderRaw<bool>
pub fn dis_download_mode_err(&self) -> BitReaderRaw<bool>
Bit 0 - If DIS_DOWNLOAD_MODE is 1, then it indicates a programming error.
pub fn dis_legacy_spi_boot_err(&self) -> BitReaderRaw<bool>
pub fn dis_legacy_spi_boot_err(&self) -> BitReaderRaw<bool>
Bit 1 - If DIS_LEGACY_SPI_BOOT is 1, then it indicates a programming error.
pub fn uart_print_channel_err(&self) -> BitReaderRaw<bool>
pub fn uart_print_channel_err(&self) -> BitReaderRaw<bool>
Bit 2 - If UART_PRINT_CHANNEL is 1, then it indicates a programming error.
pub fn flash_ecc_mode_err(&self) -> BitReaderRaw<bool>
pub fn flash_ecc_mode_err(&self) -> BitReaderRaw<bool>
Bit 3 - If FLASH_ECC_MODE is 1, then it indicates a programming error.
pub fn dis_usb_download_mode_err(&self) -> BitReaderRaw<bool>
pub fn dis_usb_download_mode_err(&self) -> BitReaderRaw<bool>
Bit 4 - If DIS_USB_DOWNLOAD_MODE is 1, then it indicates a programming error.
pub fn enable_security_download_err(&self) -> BitReaderRaw<bool>
pub fn enable_security_download_err(&self) -> BitReaderRaw<bool>
Bit 5 - If ENABLE_SECURITY_DOWNLOAD is 1, then it indicates a programming error.
pub fn uart_print_control_err(&self) -> FieldReaderRaw<u8, u8>
pub fn uart_print_control_err(&self) -> FieldReaderRaw<u8, u8>
Bits 6:7 - If any bit in UART_PRINT_CONTROL is 1, then it indicates a programming error.
pub fn pin_power_selection_err(&self) -> BitReaderRaw<bool>
pub fn pin_power_selection_err(&self) -> BitReaderRaw<bool>
Bit 8 - If PIN_POWER_SELECTION is 1, then it indicates a programming error.
pub fn flash_type_err(&self) -> BitReaderRaw<bool>
pub fn flash_type_err(&self) -> BitReaderRaw<bool>
Bit 9 - If FLASH_TYPE is 1, then it indicates a programming error.
pub fn flash_page_size_err(&self) -> FieldReaderRaw<u8, u8>
pub fn flash_page_size_err(&self) -> FieldReaderRaw<u8, u8>
Bits 10:11 - If any bits in FLASH_PAGE_SIZE is 1, then it indicates a programming error.
pub fn flash_ecc_en_err(&self) -> BitReaderRaw<bool>
pub fn flash_ecc_en_err(&self) -> BitReaderRaw<bool>
Bit 12 - If FLASH_ECC_EN_ERR is 1, then it indicates a programming error.
pub fn force_send_resume_err(&self) -> BitReaderRaw<bool>
pub fn force_send_resume_err(&self) -> BitReaderRaw<bool>
Bit 13 - If FORCE_SEND_RESUME is 1, then it indicates a programming error.
pub fn secure_version_err(&self) -> FieldReaderRaw<u16, u16>
pub fn secure_version_err(&self) -> FieldReaderRaw<u16, u16>
Bits 14:29 - If any bit in SECURE_VERSION is 1, then it indicates a programming error.
pub fn rpt4_reserved1_err(&self) -> FieldReaderRaw<u8, u8>
pub fn rpt4_reserved1_err(&self) -> FieldReaderRaw<u8, u8>
Bits 30:31 - Reserved.
Methods from Deref<Target = R<RD_REPEAT_ERR3_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.