Enum stm32f103xx::rcc::cfgr::PPRE2R
[−]
[src]
pub enum PPRE2R { NODIV, DIV2, DIV4, DIV8, DIV16, _Reserved(u8), }
Possible values of the field PPRE2
Variants
NODIV
HCLK not divided
DIV2
HCLK divided by 2
DIV4
HCLK divided by 4
DIV8
HCLK divided by 8
DIV16
HCLK divided by 16
_Reserved(u8)
Reserved
Methods
impl PPRE2R
[src]
pub fn bits(&self) -> u8
[src]
Value of the field as raw bits
pub fn is_no_div(&self) -> bool
[src]
Checks if the value of the field is NODIV
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
Trait Implementations
impl Clone for PPRE2R
[src]
fn clone(&self) -> PPRE2R
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for PPRE2R
[src]
impl Debug for PPRE2R
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more