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_CH10
impl ReadDma<CORDIC> for GPDMA1_CH10
source§impl ReadDma<CORDIC> for GPDMA1_CH11
impl ReadDma<CORDIC> for GPDMA1_CH11
source§impl ReadDma<CORDIC> for GPDMA1_CH12
impl ReadDma<CORDIC> for GPDMA1_CH12
source§impl ReadDma<CORDIC> for GPDMA1_CH13
impl ReadDma<CORDIC> for GPDMA1_CH13
source§impl ReadDma<CORDIC> for GPDMA1_CH14
impl ReadDma<CORDIC> for GPDMA1_CH14
source§impl ReadDma<CORDIC> for GPDMA1_CH15
impl ReadDma<CORDIC> for GPDMA1_CH15
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 GPDMA1_CH8
impl ReadDma<CORDIC> for GPDMA1_CH8
source§impl ReadDma<CORDIC> for GPDMA1_CH9
impl ReadDma<CORDIC> for GPDMA1_CH9
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_CH10
impl WriteDma<CORDIC> for GPDMA1_CH10
source§impl WriteDma<CORDIC> for GPDMA1_CH11
impl WriteDma<CORDIC> for GPDMA1_CH11
source§impl WriteDma<CORDIC> for GPDMA1_CH12
impl WriteDma<CORDIC> for GPDMA1_CH12
source§impl WriteDma<CORDIC> for GPDMA1_CH13
impl WriteDma<CORDIC> for GPDMA1_CH13
source§impl WriteDma<CORDIC> for GPDMA1_CH14
impl WriteDma<CORDIC> for GPDMA1_CH14
source§impl WriteDma<CORDIC> for GPDMA1_CH15
impl WriteDma<CORDIC> for GPDMA1_CH15
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 GPDMA1_CH8
impl WriteDma<CORDIC> for GPDMA1_CH8
source§impl WriteDma<CORDIC> for GPDMA1_CH9
impl WriteDma<CORDIC> for GPDMA1_CH9
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