[][src]Enum lpc81x_pac::iocon::pio0_17::CLK_DIVR

pub enum CLK_DIVR {
    IOCONFILTRCLKDIV0_,
    IOCONFILTRCLKDIV1_,
    IOCONFILTRCLKDIV2_,
    IOCONFILTRCLKDIV3_,
    IOCONFILTRCLKDIV4_,
    IOCONFILTRCLKDIV5_,
    IOCONFILTRCLKDIV6_,
    _Reserved(u8),
}

Possible values of the field CLK_DIV

Variants

IOCONFILTRCLKDIV0_

IOCONFILTRCLKDIV0.

IOCONFILTRCLKDIV1_

IOCONFILTRCLKDIV1.

IOCONFILTRCLKDIV2_

IOCONFILTRCLKDIV2.

IOCONFILTRCLKDIV3_

IOCONFILTRCLKDIV3.

IOCONFILTRCLKDIV4_

IOCONFILTRCLKDIV4.

IOCONFILTRCLKDIV5_

IOCONFILTRCLKDIV5.

IOCONFILTRCLKDIV6_

IOCONFILTRCLKDIV6.

_Reserved(u8)

Reserved

Methods

impl CLK_DIVR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is IOCONFILTRCLKDIV0_

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

Checks if the value of the field is IOCONFILTRCLKDIV1_

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

Checks if the value of the field is IOCONFILTRCLKDIV2_

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

Checks if the value of the field is IOCONFILTRCLKDIV3_

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

Checks if the value of the field is IOCONFILTRCLKDIV4_

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

Checks if the value of the field is IOCONFILTRCLKDIV5_

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

Checks if the value of the field is IOCONFILTRCLKDIV6_

Trait Implementations

impl PartialEq<CLK_DIVR> for CLK_DIVR[src]

impl Debug for CLK_DIVR[src]

impl Copy for CLK_DIVR[src]

impl Clone for CLK_DIVR[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CLK_DIVR

impl Sync for CLK_DIVR

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