Enum stm32f103xx::rcc::cfgr::USBPREW[][src]

pub enum USBPREW {
    DIV15,
    NODIV,
}

Values that can be written to the field USBPRE

Variants

PLL clock is divided by 1.5

PLL clock is not divided

Auto Trait Implementations

impl Send for USBPREW

impl Sync for USBPREW