[][src]Type Definition stm32f3::stm32f3x8::rcc::cfgr::MCO_R

type MCO_R = R<u8, MCO_A>;

Reader of field MCO

Methods

impl MCO_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is NOMCO

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

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

Checks if the value of the field is SYSCLK

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

Checks if the value of the field is HSI

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