pub struct R(_);
Expand description
Register SLAVE1
reader
Implementations§
§impl R
impl R
pub fn slv_rdbuf_dummy_en(&self) -> BitReaderRaw<bool>
pub fn slv_rdbuf_dummy_en(&self) -> BitReaderRaw<bool>
Bit 0 - In the slave mode it is the enable bit of dummy phase for read-buffer operations.
pub fn slv_wrbuf_dummy_en(&self) -> BitReaderRaw<bool>
pub fn slv_wrbuf_dummy_en(&self) -> BitReaderRaw<bool>
Bit 1 - In the slave mode it is the enable bit of dummy phase for write-buffer operations.
pub fn slv_rdsta_dummy_en(&self) -> BitReaderRaw<bool>
pub fn slv_rdsta_dummy_en(&self) -> BitReaderRaw<bool>
Bit 2 - In the slave mode it is the enable bit of dummy phase for read-status operations.
pub fn slv_wrsta_dummy_en(&self) -> BitReaderRaw<bool>
pub fn slv_wrsta_dummy_en(&self) -> BitReaderRaw<bool>
Bit 3 - In the slave mode it is the enable bit of dummy phase for write-status operations.
pub fn slv_wr_addr_bitlen(&self) -> FieldReaderRaw<u8, u8>
pub fn slv_wr_addr_bitlen(&self) -> FieldReaderRaw<u8, u8>
Bits 4:9 - In the slave mode it is the address length in bits for write-buffer operation. The register value shall be (bit_num-1).
pub fn slv_rd_addr_bitlen(&self) -> FieldReaderRaw<u8, u8>
pub fn slv_rd_addr_bitlen(&self) -> FieldReaderRaw<u8, u8>
Bits 10:15 - In the slave mode it is the address length in bits for read-buffer operation. The register value shall be (bit_num-1).
pub fn slv_status_readback(&self) -> BitReaderRaw<bool>
pub fn slv_status_readback(&self) -> BitReaderRaw<bool>
Bit 25 - In the slave mode 1:read register of SPI_SLV_WR_STATUS 0: read register of SPI_RD_STATUS.
pub fn slv_status_fast_en(&self) -> BitReaderRaw<bool>
pub fn slv_status_fast_en(&self) -> BitReaderRaw<bool>
Bit 26 - In the slave mode enable fast read status.
pub fn slv_status_bitlen(&self) -> FieldReaderRaw<u8, u8>
pub fn slv_status_bitlen(&self) -> FieldReaderRaw<u8, u8>
Bits 27:31 - In the slave mode it is the length of status bit.
Methods from Deref<Target = R<SLAVE1_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.