[]Enum nucleo_f042k6::stm32::crc::cr::REV_INR

pub enum REV_INR {
    NORMAL,
    BYTE,
    HALFWORD,
    WORD,
}

Possible values of the field REV_IN

Variants

NORMAL

Bit order not affected

BYTE

Bit reversal done by byte

HALFWORD

Bit reversal done by half-word

WORD

Bit reversal done by word

Methods

impl REV_INR

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_normal(&self) -> bool

Checks if the value of the field is NORMAL

pub fn is_byte(&self) -> bool

Checks if the value of the field is BYTE

pub fn is_half_word(&self) -> bool

Checks if the value of the field is HALFWORD

pub fn is_word(&self) -> bool

Checks if the value of the field is WORD

Trait Implementations

impl PartialEq<REV_INR> for REV_INR

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for REV_INR

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for REV_INR

impl Debug for REV_INR

Auto Trait Implementations

impl Send for REV_INR

impl Sync for REV_INR

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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