#[repr(C)]pub struct ST {
pub cr: CR,
pub ndtr: NDTR,
pub par: PAR,
pub m0ar: M0AR,
pub m1ar: M1AR,
pub fcr: FCR,
}
Expand description
Register block
Fields§
§cr: CR
0x00 - stream x configuration register
ndtr: NDTR
0x04 - stream x number of data register
par: PAR
0x08 - stream x peripheral address register
m0ar: M0AR
0x0c - stream x memory 0 address register
m1ar: M1AR
0x10 - stream x memory 1 address register
fcr: FCR
0x14 - stream x FIFO control register
Auto Trait Implementations§
impl !Freeze for ST
impl !RefUnwindSafe for ST
impl Send for ST
impl !Sync for ST
impl Unpin for ST
impl UnwindSafe for ST
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