[]Enum feather_m4::sdhc0::pcr::SDBVSELR

pub enum SDBVSELR {
    _1V8,
    _3V0,
    _3V3,
    _Reserved(u8),
}

Possible values of the field SDBVSEL

Variants

_1V8

1.8V (Typ.)

_3V0

3.0V (Typ.)

_3V3

3.3V (Typ.)

_Reserved(u8)

Reserved

Methods

impl SDBVSELR

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_1v8(&self) -> bool

Checks if the value of the field is _1V8

pub fn is_3v0(&self) -> bool

Checks if the value of the field is _3V0

pub fn is_3v3(&self) -> bool

Checks if the value of the field is _3V3

Trait Implementations

impl Debug for SDBVSELR

impl PartialEq<SDBVSELR> for SDBVSELR

impl Clone for SDBVSELR

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

Performs copy-assignment from source. Read more

impl Copy for SDBVSELR

Auto Trait Implementations

impl Send for SDBVSELR

impl Sync for SDBVSELR

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From for T[src]

impl<T, U> TryInto 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 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]

impl<T> Same for T

type Output = T

Should always be Self