[][src]Enum stm32l0xx_hal::device::rcc::ccipr::LPTIM1SELR

pub enum LPTIM1SELR {
    APB,
    LSI,
    HSI16,
    LSE,
}

Possible values of the field LPTIM1SEL

Variants

APB

APB clock selected as Timer clock

LSI

LSI clock selected as Timer clock

HSI16

HSI16 clock selected as Timer clock

LSE

LSE clock selected as Timer clock

Methods

impl LPTIM1SELR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is APB

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

Checks if the value of the field is LSI

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

Checks if the value of the field is HSI16

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

Checks if the value of the field is LSE

Trait Implementations

impl PartialEq<LPTIM1SELR> for LPTIM1SELR[src]

impl Debug for LPTIM1SELR[src]

impl Copy for LPTIM1SELR[src]

impl Clone for LPTIM1SELR[src]

Auto Trait Implementations

impl Unpin for LPTIM1SELR

impl Send for LPTIM1SELR

impl Sync for LPTIM1SELR

Blanket Implementations

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

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, 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