Type Alias W
pub type W = W<RamnSpec>;Expand description
Register RAMn[%s] writer
Aliased Type§
pub struct W { /* private fields */ }Implementations§
§impl W
impl W
pub fn data_byte_3(&mut self) -> DataByte3W<'_, RamnSpec>
pub fn data_byte_3(&mut self) -> DataByte3W<'_, RamnSpec>
Bits 0:7 - Data byte 3 of Rx/Tx frame.
pub fn data_byte_2(&mut self) -> DataByte2W<'_, RamnSpec>
pub fn data_byte_2(&mut self) -> DataByte2W<'_, RamnSpec>
Bits 8:15 - Data byte 2 of Rx/Tx frame.
pub fn data_byte_1(&mut self) -> DataByte1W<'_, RamnSpec>
pub fn data_byte_1(&mut self) -> DataByte1W<'_, RamnSpec>
Bits 16:23 - Data byte 1 of Rx/Tx frame.
pub fn data_byte_0(&mut self) -> DataByte0W<'_, RamnSpec>
pub fn data_byte_0(&mut self) -> DataByte0W<'_, RamnSpec>
Bits 24:31 - Data byte 0 of Rx/Tx frame.