Struct riot_sys::UARTE_RXD_Type
source · Expand description
@brief UARTE_RXD [RXD] (RXD EasyDMA channel)
Fields§
§PTR: u32
< (@ 0x00000000) Data pointer
MAXCNT: u32
< (@ 0x00000004) Maximum number of bytes in receive buffer
AMOUNT: u32
< (@ 0x00000008) Number of bytes transferred in the last transaction
Trait Implementations§
source§impl Clone for UARTE_RXD_Type
impl Clone for UARTE_RXD_Type
source§fn clone(&self) -> UARTE_RXD_Type
fn clone(&self) -> UARTE_RXD_Type
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UARTE_RXD_Type
impl Debug for UARTE_RXD_Type
source§impl Default for UARTE_RXD_Type
impl Default for UARTE_RXD_Type
source§fn default() -> UARTE_RXD_Type
fn default() -> UARTE_RXD_Type
Returns the “default value” for a type. Read more