Type Alias R
pub type R = R<RamnSpec>;Expand description
Register RAMn[%s] reader
Aliased Type§
pub struct R { /* private fields */ }Implementations§
§impl R
impl R
pub fn data_byte_3(&self) -> DataByte3R
pub fn data_byte_3(&self) -> DataByte3R
Bits 0:7 - Data byte 3 of Rx/Tx frame.
pub fn data_byte_2(&self) -> DataByte2R
pub fn data_byte_2(&self) -> DataByte2R
Bits 8:15 - Data byte 2 of Rx/Tx frame.
pub fn data_byte_1(&self) -> DataByte1R
pub fn data_byte_1(&self) -> DataByte1R
Bits 16:23 - Data byte 1 of Rx/Tx frame.
pub fn data_byte_0(&self) -> DataByte0R
pub fn data_byte_0(&self) -> DataByte0R
Bits 24:31 - Data byte 0 of Rx/Tx frame.