Enum stm32g4::stm32g431::cordic::csr::FUNC_A[][src]

#[repr(u8)]pub enum FUNC_A {
    COSINE,
    SINE,
    PHASE,
    MODULUS,
    ARCTANGENT,
    HYPERBOLICCOSINE,
    HYPERBOLICSINE,
    ARCTANH,
    NATURALLOGARITHM,
    SQUAREROOT,
}

FUNC

Value on reset: 0

Variants

COSINE

0: Cosine funciton

SINE

1: Sine function

PHASE

2: Phase function

MODULUS

3: Modulus function

ARCTANGENT

4: Arctangent function

HYPERBOLICCOSINE

5: Hyperbolic Cosine function

HYPERBOLICSINE

6: Hyperbolic Sine function

ARCTANH

7: Arctanh function

NATURALLOGARITHM

8: Natural Logarithm function

SQUAREROOT

9: Square Root function

Trait Implementations

impl Clone for FUNC_A[src]

impl Copy for FUNC_A[src]

impl Debug for FUNC_A[src]

impl PartialEq<FUNC_A> for FUNC_A[src]

impl StructuralPartialEq for FUNC_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.