Struct OCTOSPI1
pub struct OCTOSPI1 { /* private fields */ }
Expand description
OCTOSPI1 peripheral
Implementations§
Trait Implementations§
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH0
impl OctoDma<OCTOSPI1> for GPDMA1_CH0
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH1
impl OctoDma<OCTOSPI1> for GPDMA1_CH1
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH10
impl OctoDma<OCTOSPI1> for GPDMA1_CH10
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH11
impl OctoDma<OCTOSPI1> for GPDMA1_CH11
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH12
impl OctoDma<OCTOSPI1> for GPDMA1_CH12
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH13
impl OctoDma<OCTOSPI1> for GPDMA1_CH13
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH14
impl OctoDma<OCTOSPI1> for GPDMA1_CH14
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH15
impl OctoDma<OCTOSPI1> for GPDMA1_CH15
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH2
impl OctoDma<OCTOSPI1> for GPDMA1_CH2
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH3
impl OctoDma<OCTOSPI1> for GPDMA1_CH3
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH4
impl OctoDma<OCTOSPI1> for GPDMA1_CH4
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH5
impl OctoDma<OCTOSPI1> for GPDMA1_CH5
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH6
impl OctoDma<OCTOSPI1> for GPDMA1_CH6
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH7
impl OctoDma<OCTOSPI1> for GPDMA1_CH7
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH8
impl OctoDma<OCTOSPI1> for GPDMA1_CH8
source§impl OctoDma<OCTOSPI1> for GPDMA1_CH9
impl OctoDma<OCTOSPI1> for GPDMA1_CH9
source§impl Peripheral for OCTOSPI1
impl Peripheral for OCTOSPI1
impl Instance for OCTOSPI1
impl RccPeripheral for OCTOSPI1
Auto Trait Implementations§
impl Freeze for OCTOSPI1
impl RefUnwindSafe for OCTOSPI1
impl Send for OCTOSPI1
impl Sync for OCTOSPI1
impl Unpin for OCTOSPI1
impl UnwindSafe for OCTOSPI1
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