Struct esp32s3_hal::pac::efuse::rd_mac_spi_sys_3::R
pub struct R(_);
Expand description
Register RD_MAC_SPI_SYS_3
reader
Implementations§
§impl R
impl R
pub fn spi_pad_conf_2(&self) -> FieldReaderRaw<u32, u32>
pub fn spi_pad_conf_2(&self) -> FieldReaderRaw<u32, u32>
Bits 0:17 - Stores the second part of SPI_PAD_CONF.
pub fn sys_data_part0_0(&self) -> FieldReaderRaw<u16, u16>
pub fn sys_data_part0_0(&self) -> FieldReaderRaw<u16, u16>
Bits 18:31 - Stores the fist 14 bits of the zeroth part of system data.
Methods from Deref<Target = R<RD_MAC_SPI_SYS_3_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<RD_MAC_SPI_SYS_3_SPEC>> for R
impl From<R<RD_MAC_SPI_SYS_3_SPEC>> for R
§fn from(reader: R<RD_MAC_SPI_SYS_3_SPEC>) -> R
fn from(reader: R<RD_MAC_SPI_SYS_3_SPEC>) -> R
Converts to this type from the input type.