Struct esp32_hal::pac::dport::slave_spi_config::R
pub struct R(_);
Expand description
Register SLAVE_SPI_CONFIG
reader
Implementations§
§impl R
impl R
pub fn slave_spi_mask_pro(&self) -> BitReaderRaw<bool>
pub fn slave_spi_mask_pro(&self) -> BitReaderRaw<bool>
Bit 0
pub fn slave_spi_mask_app(&self) -> BitReaderRaw<bool>
pub fn slave_spi_mask_app(&self) -> BitReaderRaw<bool>
Bit 4
pub fn spi_encrypt_enable(&self) -> BitReaderRaw<bool>
pub fn spi_encrypt_enable(&self) -> BitReaderRaw<bool>
Bit 8
pub fn spi_decrypt_enable(&self) -> BitReaderRaw<bool>
pub fn spi_decrypt_enable(&self) -> BitReaderRaw<bool>
Bit 12
Methods from Deref<Target = R<SLAVE_SPI_CONFIG_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<SLAVE_SPI_CONFIG_SPEC>> for R
impl From<R<SLAVE_SPI_CONFIG_SPEC>> for R
§fn from(reader: R<SLAVE_SPI_CONFIG_SPEC>) -> R
fn from(reader: R<SLAVE_SPI_CONFIG_SPEC>) -> R
Converts to this type from the input type.