Struct esp32s3_hal::pac::efuse::rd_repeat_data1::R
pub struct R(_);
Expand description
Register RD_REPEAT_DATA1
reader
Implementations§
§impl R
impl R
pub fn vdd_spi_drefm(&self) -> FieldReaderRaw<u8, u8>
pub fn vdd_spi_drefm(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - SPI regulator medium voltage reference.
pub fn vdd_spi_drefl(&self) -> FieldReaderRaw<u8, u8>
pub fn vdd_spi_drefl(&self) -> FieldReaderRaw<u8, u8>
Bits 2:3 - SPI regulator low voltage reference.
pub fn vdd_spi_xpd(&self) -> BitReaderRaw<bool>
pub fn vdd_spi_xpd(&self) -> BitReaderRaw<bool>
Bit 4 - SPI regulator power up signal.
pub fn vdd_spi_tieh(&self) -> BitReaderRaw<bool>
pub fn vdd_spi_tieh(&self) -> BitReaderRaw<bool>
Bit 5 - SPI regulator output is short connected to VDD3P3_RTC_IO.
pub fn vdd_spi_force(&self) -> BitReaderRaw<bool>
pub fn vdd_spi_force(&self) -> BitReaderRaw<bool>
Bit 6 - Set this bit and force to use the configuration of eFuse to configure VDD_SPI.
pub fn vdd_spi_en_init(&self) -> BitReaderRaw<bool>
pub fn vdd_spi_en_init(&self) -> BitReaderRaw<bool>
Bit 7 - Set SPI regulator to 0 to configure init[1:0]=0.
pub fn vdd_spi_encurlim(&self) -> BitReaderRaw<bool>
pub fn vdd_spi_encurlim(&self) -> BitReaderRaw<bool>
Bit 8 - Set SPI regulator to 1 to enable output current limit.
pub fn vdd_spi_dcurlim(&self) -> FieldReaderRaw<u8, u8>
pub fn vdd_spi_dcurlim(&self) -> FieldReaderRaw<u8, u8>
Bits 9:11 - Tunes the current limit threshold of SPI regulator when tieh=0, about 800 mA/(8+d).
pub fn vdd_spi_init(&self) -> FieldReaderRaw<u8, u8>
pub fn vdd_spi_init(&self) -> FieldReaderRaw<u8, u8>
Bits 12:13 - Adds resistor from LDO output to ground. 0: no resistance 1: 6 K 2: 4 K 3: 2 K.
pub fn vdd_spi_dcap(&self) -> FieldReaderRaw<u8, u8>
pub fn vdd_spi_dcap(&self) -> FieldReaderRaw<u8, u8>
Bits 14:15 - Prevents SPI regulator from overshoot.
pub fn wdt_delay_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn wdt_delay_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 16:17 - Selects RTC watchdog timeout threshold, in unit of slow clock cycle. 0: 40000. 1: 80000. 2: 160000. 3:320000.
pub fn spi_boot_crypt_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn spi_boot_crypt_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 18:20 - Set this bit to enable SPI boot encrypt/decrypt. Odd number of 1: enable. even number of 1: disable.
pub fn secure_boot_key_revoke0(&self) -> BitReaderRaw<bool>
pub fn secure_boot_key_revoke0(&self) -> BitReaderRaw<bool>
Bit 21 - Set this bit to enable revoking first secure boot key.
pub fn secure_boot_key_revoke1(&self) -> BitReaderRaw<bool>
pub fn secure_boot_key_revoke1(&self) -> BitReaderRaw<bool>
Bit 22 - Set this bit to enable revoking second secure boot key.
pub fn secure_boot_key_revoke2(&self) -> BitReaderRaw<bool>
pub fn secure_boot_key_revoke2(&self) -> BitReaderRaw<bool>
Bit 23 - Set this bit to enable revoking third secure boot key.
pub fn key_purpose_0(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_0(&self) -> FieldReaderRaw<u8, u8>
Bits 24:27 - Purpose of Key0.
pub fn key_purpose_1(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_1(&self) -> FieldReaderRaw<u8, u8>
Bits 28:31 - Purpose of Key1.
Methods from Deref<Target = R<RD_REPEAT_DATA1_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.