[][src]Type Definition stm32f7::stm32f7x9::rcc::cfgr::MCO2PRE_R

type MCO2PRE_R = R<u8, MCO2PRE_A>;

Reader of field MCO2PRE

Implementations

impl MCO2PRE_R[src]

pub fn variant(&self) -> Variant<u8, MCO2PRE_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