pub struct R(_);
Expand description
Register SLAVE3
reader
Implementations§
§impl R
impl R
pub fn slv_rdbuf_cmd_value(&self) -> FieldReaderRaw<u8, u8>
pub fn slv_rdbuf_cmd_value(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - In the slave mode it is the value of read-buffer command.
pub fn slv_wrbuf_cmd_value(&self) -> FieldReaderRaw<u8, u8>
pub fn slv_wrbuf_cmd_value(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15 - In the slave mode it is the value of write-buffer command.
pub fn slv_rdsta_cmd_value(&self) -> FieldReaderRaw<u8, u8>
pub fn slv_rdsta_cmd_value(&self) -> FieldReaderRaw<u8, u8>
Bits 16:23 - In the slave mode it is the value of read-status command.
pub fn slv_wrsta_cmd_value(&self) -> FieldReaderRaw<u8, u8>
pub fn slv_wrsta_cmd_value(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31 - In the slave mode it is the value of write-status command.
Methods from Deref<Target = R<SLAVE3_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<SLAVE3_SPEC>> for R
impl From<R<SLAVE3_SPEC>> for R
§fn from(reader: R<SLAVE3_SPEC>) -> R
fn from(reader: R<SLAVE3_SPEC>) -> R
Converts to this type from the input type.