[][src]Enum stm32h7::stm32h743::rcc::gcr::WW1RSCR

pub enum WW1RSCR {
    CLEAR,
    SET,
}

Possible values of the field WW1RSC

Variants

CLEAR

Clear WWDG1 scope control

SET

Set WWDG1 scope control

Methods

impl WW1RSCR[src]

pub fn bit_is_clear(&self) -> bool[src]

Returns true if the bit is clear (0)

pub fn bit_is_set(&self) -> bool[src]

Returns true if the bit is set (1)

pub fn bit(&self) -> bool[src]

Value of the field as raw bits

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

pub fn is_set(&self) -> bool[src]

Checks if the value of the field is SET

Trait Implementations

impl Debug for WW1RSCR[src]

impl PartialEq<WW1RSCR> for WW1RSCR[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for WW1RSCR[src]

impl Clone for WW1RSCR[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for WW1RSCR

impl Sync for WW1RSCR

impl Send for WW1RSCR

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self