Enum stm32g4::stm32g474::cordic::csr::NRES_A[][src]

pub enum NRES_A {
    NUM1,
    NUM2,
}

NRES

Value on reset: 0

Variants

NUM1

0: Only single result value will be returned. After a single read RRDY will be automatically cleared

NUM2

1: Two return reads need to be performed. After two reads RRDY will be automatically cleared

Trait Implementations

impl Clone for NRES_A[src]

impl Copy for NRES_A[src]

impl Debug for NRES_A[src]

impl PartialEq<NRES_A> for NRES_A[src]

impl StructuralPartialEq for NRES_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.