Type Alias gd32e1::gd32e103::rcu::cfg0::UsbfspscR

source ·
pub type UsbfspscR = FieldReader<Usbfspsc>;
Expand description

Field USBFSPSC reader - USBFS clock prescaler selection

Aliased Type§

struct UsbfspscR { /* private fields */ }

Implementations§

source§

impl UsbfspscR

source

pub const fn variant(&self) -> Usbfspsc

Get enumerated values variant

source

pub fn is_div1_5(&self) -> bool

PLL clock is divided by 1.5

source

pub fn is_div1(&self) -> bool

PLL clock is not divided

source

pub fn is_div2_5(&self) -> bool

PLL clock is divided by 2.5

source

pub fn is_div2(&self) -> bool

PLL clock is divided by 2