Struct CORDIC
pub struct CORDIC { /* private fields */ }
Expand description
CORDIC peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for CORDIC
impl Peripheral for CORDIC
source§impl ReadDma<CORDIC> for GPDMA1_CH0
impl ReadDma<CORDIC> for GPDMA1_CH0
source§impl ReadDma<CORDIC> for GPDMA1_CH1
impl ReadDma<CORDIC> for GPDMA1_CH1
source§impl ReadDma<CORDIC> for GPDMA1_CH2
impl ReadDma<CORDIC> for GPDMA1_CH2
source§impl ReadDma<CORDIC> for GPDMA1_CH3
impl ReadDma<CORDIC> for GPDMA1_CH3
source§impl ReadDma<CORDIC> for GPDMA1_CH4
impl ReadDma<CORDIC> for GPDMA1_CH4
source§impl ReadDma<CORDIC> for GPDMA1_CH5
impl ReadDma<CORDIC> for GPDMA1_CH5
source§impl ReadDma<CORDIC> for GPDMA1_CH6
impl ReadDma<CORDIC> for GPDMA1_CH6
source§impl ReadDma<CORDIC> for GPDMA1_CH7
impl ReadDma<CORDIC> for GPDMA1_CH7
source§impl ReadDma<CORDIC> for GPDMA2_CH0
impl ReadDma<CORDIC> for GPDMA2_CH0
source§impl ReadDma<CORDIC> for GPDMA2_CH1
impl ReadDma<CORDIC> for GPDMA2_CH1
source§impl ReadDma<CORDIC> for GPDMA2_CH2
impl ReadDma<CORDIC> for GPDMA2_CH2
source§impl ReadDma<CORDIC> for GPDMA2_CH3
impl ReadDma<CORDIC> for GPDMA2_CH3
source§impl ReadDma<CORDIC> for GPDMA2_CH4
impl ReadDma<CORDIC> for GPDMA2_CH4
source§impl ReadDma<CORDIC> for GPDMA2_CH5
impl ReadDma<CORDIC> for GPDMA2_CH5
source§impl ReadDma<CORDIC> for GPDMA2_CH6
impl ReadDma<CORDIC> for GPDMA2_CH6
source§impl ReadDma<CORDIC> for GPDMA2_CH7
impl ReadDma<CORDIC> for GPDMA2_CH7
source§impl WriteDma<CORDIC> for GPDMA1_CH0
impl WriteDma<CORDIC> for GPDMA1_CH0
source§impl WriteDma<CORDIC> for GPDMA1_CH1
impl WriteDma<CORDIC> for GPDMA1_CH1
source§impl WriteDma<CORDIC> for GPDMA1_CH2
impl WriteDma<CORDIC> for GPDMA1_CH2
source§impl WriteDma<CORDIC> for GPDMA1_CH3
impl WriteDma<CORDIC> for GPDMA1_CH3
source§impl WriteDma<CORDIC> for GPDMA1_CH4
impl WriteDma<CORDIC> for GPDMA1_CH4
source§impl WriteDma<CORDIC> for GPDMA1_CH5
impl WriteDma<CORDIC> for GPDMA1_CH5
source§impl WriteDma<CORDIC> for GPDMA1_CH6
impl WriteDma<CORDIC> for GPDMA1_CH6
source§impl WriteDma<CORDIC> for GPDMA1_CH7
impl WriteDma<CORDIC> for GPDMA1_CH7
source§impl WriteDma<CORDIC> for GPDMA2_CH0
impl WriteDma<CORDIC> for GPDMA2_CH0
source§impl WriteDma<CORDIC> for GPDMA2_CH1
impl WriteDma<CORDIC> for GPDMA2_CH1
source§impl WriteDma<CORDIC> for GPDMA2_CH2
impl WriteDma<CORDIC> for GPDMA2_CH2
source§impl WriteDma<CORDIC> for GPDMA2_CH3
impl WriteDma<CORDIC> for GPDMA2_CH3
source§impl WriteDma<CORDIC> for GPDMA2_CH4
impl WriteDma<CORDIC> for GPDMA2_CH4
source§impl WriteDma<CORDIC> for GPDMA2_CH5
impl WriteDma<CORDIC> for GPDMA2_CH5
source§impl WriteDma<CORDIC> for GPDMA2_CH6
impl WriteDma<CORDIC> for GPDMA2_CH6
source§impl WriteDma<CORDIC> for GPDMA2_CH7
impl WriteDma<CORDIC> for GPDMA2_CH7
impl Instance for CORDIC
impl RccPeripheral for CORDIC
Auto Trait Implementations§
impl Freeze for CORDIC
impl RefUnwindSafe for CORDIC
impl Send for CORDIC
impl Sync for CORDIC
impl Unpin for CORDIC
impl UnwindSafe for CORDIC
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