[][src]Type Definition esp32::spi::spi_slave3_reg::W

type W = W<u32, SPI_SLAVE3_REG>;

Writer for register SPI_SLAVE3_REG

Methods

impl W[src]

pub fn spi_slv_wrsta_cmd_value(&mut self) -> SPI_SLV_WRSTA_CMD_VALUE_W[src]

Bits 24:31 - In the slave mode it is the value of write-status command.

pub fn spi_slv_rdsta_cmd_value(&mut self) -> SPI_SLV_RDSTA_CMD_VALUE_W[src]

Bits 16:23 - In the slave mode it is the value of read-status command.

pub fn spi_slv_wrbuf_cmd_value(&mut self) -> SPI_SLV_WRBUF_CMD_VALUE_W[src]

Bits 8:15 - In the slave mode it is the value of write-buffer command.

pub fn spi_slv_rdbuf_cmd_value(&mut self) -> SPI_SLV_RDBUF_CMD_VALUE_W[src]

Bits 0:7 - In the slave mode it is the value of read-buffer command.