pub struct W(_);
Expand description
Register SLAVE3
writer
Implementations§
source§impl W
impl W
sourcepub fn slv_rdbuf_cmd_value(&mut self) -> SLV_RDBUF_CMD_VALUE_W<'_, 0>
pub fn slv_rdbuf_cmd_value(&mut self) -> SLV_RDBUF_CMD_VALUE_W<'_, 0>
Bits 0:7 - In the slave mode it is the value of read-buffer command.
sourcepub fn slv_wrbuf_cmd_value(&mut self) -> SLV_WRBUF_CMD_VALUE_W<'_, 8>
pub fn slv_wrbuf_cmd_value(&mut self) -> SLV_WRBUF_CMD_VALUE_W<'_, 8>
Bits 8:15 - In the slave mode it is the value of write-buffer command.
sourcepub fn slv_rdsta_cmd_value(&mut self) -> SLV_RDSTA_CMD_VALUE_W<'_, 16>
pub fn slv_rdsta_cmd_value(&mut self) -> SLV_RDSTA_CMD_VALUE_W<'_, 16>
Bits 16:23 - In the slave mode it is the value of read-status command.
sourcepub fn slv_wrsta_cmd_value(&mut self) -> SLV_WRSTA_CMD_VALUE_W<'_, 24>
pub fn slv_wrsta_cmd_value(&mut self) -> SLV_WRSTA_CMD_VALUE_W<'_, 24>
Bits 24:31 - In the slave mode it is the value of write-status command.
Methods from Deref<Target = W<SLAVE3_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more