Struct CORDIC
pub struct CORDIC { /* private fields */ }
Expand description
CORDIC peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for CORDIC
impl Peripheral 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