[][src]Enum msp432e4::gpioa::dr12r::GPIO_DR12R_DRV12R

pub enum GPIO_DR12R_DRV12R {
    GPIO_DR12R_DRV12_12MA,
    _Reserved(u8),
}

Possible values of the field GPIO_DR12R_DRV12

Variants

GPIO_DR12R_DRV12_12MA

The corresponding GPIO pin has 12-mA drive. This encoding is only valid if the GPIOPP EDE bit is set and the appropriate GPIOPC EDM bit field is programmed to 0x3

_Reserved(u8)

Reserved

Methods

impl GPIO_DR12R_DRV12R[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

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

Checks if the value of the field is GPIO_DR12R_DRV12_12MA

Trait Implementations

impl Debug for GPIO_DR12R_DRV12R[src]

impl PartialEq<GPIO_DR12R_DRV12R> for GPIO_DR12R_DRV12R[src]

impl Copy for GPIO_DR12R_DRV12R[src]

impl Clone for GPIO_DR12R_DRV12R[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

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