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

type PPRE2_R = R<u8, PPRE2_A>;

Reader of field PPRE2

Methods

impl PPRE2_R[src]

pub fn variant(&self) -> Variant<u8, PPRE2_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_div4(&self) -> bool[src]

Checks if the value of the field is DIV4

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

Checks if the value of the field is DIV8

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

Checks if the value of the field is DIV16