[][src]Enum stm32f3::stm32f373::rcc::cfgr::SDPRER

pub enum SDPRER {
    DIV2,
    DIV4,
    DIV6,
    DIV8,
    DIV10,
    DIV12,
    DIV14,
    DIV16,
    DIV20,
    DIV24,
    DIV28,
    DIV32,
    DIV36,
    DIV40,
    DIV44,
    DIV48,
    _Reserved(u8),
}

Possible values of the field SDPRE

Variants

DIV2

SYSCLK divided by 2

DIV4

SYSCLK divided by 4

DIV6

SYSCLK divided by 6

DIV8

SYSCLK divided by 8

DIV10

SYSCLK divided by 10

DIV12

SYSCLK divided by 12

DIV14

SYSCLK divided by 14

DIV16

SYSCLK divided by 16

DIV20

SYSCLK divided by 20

DIV24

SYSCLK divided by 24

DIV28

SYSCLK divided by 28

DIV32

SYSCLK divided by 32

DIV36

SYSCLK divided by 36

DIV40

SYSCLK divided by 40

DIV44

SYSCLK divided by 44

DIV48

SYSCLK divided by 48

_Reserved(u8)

Reserved

Methods

impl SDPRER[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

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_div6(&self) -> bool[src]

Checks if the value of the field is DIV6

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

Checks if the value of the field is DIV8

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

Checks if the value of the field is DIV10

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

Checks if the value of the field is DIV12

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

Checks if the value of the field is DIV14

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

Checks if the value of the field is DIV16

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

Checks if the value of the field is DIV20

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

Checks if the value of the field is DIV24

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

Checks if the value of the field is DIV28

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

Checks if the value of the field is DIV32

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

Checks if the value of the field is DIV36

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

Checks if the value of the field is DIV40

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

Checks if the value of the field is DIV44

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

Checks if the value of the field is DIV48

Trait Implementations

impl Debug for SDPRER[src]

impl PartialEq<SDPRER> for SDPRER[src]

impl Copy for SDPRER[src]

impl Clone for SDPRER[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SDPRER

impl Sync for SDPRER

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self