[][src]Type Definition esp8266::spi::spi_slave3::R

type R = R<u32, SPI_SLAVE3>;

Reader of register SPI_SLAVE3

Methods

impl R[src]

pub fn slv_wrsta_cmd_value(&self) -> SLV_WRSTA_CMD_VALUE_R[src]

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

pub fn slv_rdsta_cmd_value(&self) -> SLV_RDSTA_CMD_VALUE_R[src]

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

pub fn slv_wrbuf_cmd_value(&self) -> SLV_WRBUF_CMD_VALUE_R[src]

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

pub fn slv_rdbuf_cmd_value(&self) -> SLV_RDBUF_CMD_VALUE_R[src]

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