[][src]Type Definition stm32l0::stm32l0x1::rcc::cfgr::PLLDIV_R

type PLLDIV_R = R<u8, PLLDIV_A>;

Reader of field PLLDIV

Methods

impl PLLDIV_R[src]

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

Get enumerated values variant

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