pub struct OCTOSPI2 { /* private fields */ }Expand description
OCTOSPI2 peripheral
Implementations§
Trait Implementations§
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH0
impl OctoDma<OCTOSPI2> for GPDMA1_CH0
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH1
impl OctoDma<OCTOSPI2> for GPDMA1_CH1
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH10
impl OctoDma<OCTOSPI2> for GPDMA1_CH10
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH11
impl OctoDma<OCTOSPI2> for GPDMA1_CH11
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH12
impl OctoDma<OCTOSPI2> for GPDMA1_CH12
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH13
impl OctoDma<OCTOSPI2> for GPDMA1_CH13
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH14
impl OctoDma<OCTOSPI2> for GPDMA1_CH14
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH15
impl OctoDma<OCTOSPI2> for GPDMA1_CH15
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH2
impl OctoDma<OCTOSPI2> for GPDMA1_CH2
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH3
impl OctoDma<OCTOSPI2> for GPDMA1_CH3
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH4
impl OctoDma<OCTOSPI2> for GPDMA1_CH4
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH5
impl OctoDma<OCTOSPI2> for GPDMA1_CH5
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH6
impl OctoDma<OCTOSPI2> for GPDMA1_CH6
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH7
impl OctoDma<OCTOSPI2> for GPDMA1_CH7
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH8
impl OctoDma<OCTOSPI2> for GPDMA1_CH8
Source§impl OctoDma<OCTOSPI2> for GPDMA1_CH9
impl OctoDma<OCTOSPI2> for GPDMA1_CH9
impl Copy for OCTOSPI2
impl Instance for OCTOSPI2
impl PeripheralType for OCTOSPI2
impl RccPeripheral for OCTOSPI2
Auto Trait Implementations§
impl Freeze for OCTOSPI2
impl RefUnwindSafe for OCTOSPI2
impl Send for OCTOSPI2
impl Sync for OCTOSPI2
impl Unpin for OCTOSPI2
impl UnwindSafe for OCTOSPI2
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.