[][src]Type Definition stm32l0::stm32l0x2::rcc::cfgr::MCOSEL_R

type MCOSEL_R = R<u8, MCOSEL_A>;

Reader of field MCOSEL

Methods

impl MCOSEL_R[src]

pub fn variant(&self) -> Variant<u8, MCOSEL_A>[src]

Get enumerated values variant

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

Checks if the value of the field is NOCLOCK

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

Checks if the value of the field is SYSCLK

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

Checks if the value of the field is HSI16

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

Checks if the value of the field is MSI

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

Checks if the value of the field is HSE

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

Checks if the value of the field is PLL

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

Checks if the value of the field is LSI

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

Checks if the value of the field is LSE