pub struct Streams {
pub s0: S0,
pub s1: S1,
pub s2: S2,
pub s3: S3,
pub s4: S4,
pub s5: S5,
pub s6: S6,
pub s7: S7,
}Expand description
The numbered DMA streams of a device that you can use separately.
Fields§
§s0: S0DMA stream $sx
s1: S1DMA stream $sx
s2: S2DMA stream $sx
s3: S3DMA stream $sx
s4: S4DMA stream $sx
s5: S5DMA stream $sx
s6: S6DMA stream $sx
s7: S7DMA stream $sx
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Streams
impl RefUnwindSafe for Streams
impl Send for Streams
impl Sync for Streams
impl Unpin for Streams
impl UnwindSafe for Streams
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