Struct esp32c2_hal::pac::spi1::user::R
pub struct R(_);
Expand description
Register USER
reader
Implementations
impl R
impl R
pub fn ck_out_edge(&self) -> BitReaderRaw<bool>
pub fn ck_out_edge(&self) -> BitReaderRaw<bool>
Bit 9 - the bit combined with spi_mem_mosi_delay_mode bits to set mosi signal delay mode.
pub fn fwrite_dual(&self) -> BitReaderRaw<bool>
pub fn fwrite_dual(&self) -> BitReaderRaw<bool>
Bit 12 - In the write operations read-data phase apply 2 signals
pub fn fwrite_quad(&self) -> BitReaderRaw<bool>
pub fn fwrite_quad(&self) -> BitReaderRaw<bool>
Bit 13 - In the write operations read-data phase apply 4 signals
pub fn fwrite_dio(&self) -> BitReaderRaw<bool>
pub fn fwrite_dio(&self) -> BitReaderRaw<bool>
Bit 14 - In the write operations address phase and read-data phase apply 2 signals.
pub fn fwrite_qio(&self) -> BitReaderRaw<bool>
pub fn fwrite_qio(&self) -> BitReaderRaw<bool>
Bit 15 - In the write operations address phase and read-data phase apply 4 signals.
pub fn usr_miso_highpart(&self) -> BitReaderRaw<bool>
pub fn usr_miso_highpart(&self) -> BitReaderRaw<bool>
Bit 24 - read-data phase only access to high-part of the buffer spi_mem_w8~spi_mem_w15. 1: enable 0: disable.
pub fn usr_mosi_highpart(&self) -> BitReaderRaw<bool>
pub fn usr_mosi_highpart(&self) -> BitReaderRaw<bool>
Bit 25 - write-data phase only access to high-part of the buffer spi_mem_w8~spi_mem_w15. 1: enable 0: disable.
pub fn usr_dummy_idle(&self) -> BitReaderRaw<bool>
pub fn usr_dummy_idle(&self) -> BitReaderRaw<bool>
Bit 26 - SPI clock is disable in dummy phase when the bit is enable.
pub fn usr_mosi(&self) -> BitReaderRaw<bool>
pub fn usr_mosi(&self) -> BitReaderRaw<bool>
Bit 27 - This bit enable the write-data phase of an operation.
pub fn usr_miso(&self) -> BitReaderRaw<bool>
pub fn usr_miso(&self) -> BitReaderRaw<bool>
Bit 28 - This bit enable the read-data phase of an operation.
pub fn usr_dummy(&self) -> BitReaderRaw<bool>
pub fn usr_dummy(&self) -> BitReaderRaw<bool>
Bit 29 - This bit enable the dummy phase of an operation.
pub fn usr_addr(&self) -> BitReaderRaw<bool>
pub fn usr_addr(&self) -> BitReaderRaw<bool>
Bit 30 - This bit enable the address phase of an operation.
pub fn usr_command(&self) -> BitReaderRaw<bool>
pub fn usr_command(&self) -> BitReaderRaw<bool>
Bit 31 - This bit enable the command phase of an operation.
Methods from Deref<Target = R<USER_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.