Type Definition stm32f2::stm32f217::rcc::cfgr::MCO1PRE_R[][src]

type MCO1PRE_R = R<u8, MCO1PRE_A>;

Reader of field MCO1PRE

Implementations

impl MCO1PRE_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIV1

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

Checks if the value of the field is DIV2

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

Checks if the value of the field is DIV3

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

Checks if the value of the field is DIV4

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

Checks if the value of the field is DIV5