Struct stm32f103xx::rcc::cfgr::_PLLXTPREW [−][src]
pub struct _PLLXTPREW<'a> { /* fields omitted */ }
Proxy
Methods
impl<'a> _PLLXTPREW<'a>
[src]
impl<'a> _PLLXTPREW<'a>
pub fn variant(self, variant: PLLXTPREW) -> &'a mut W
[src]
pub fn variant(self, variant: PLLXTPREW) -> &'a mut W
Writes variant
to the field
pub fn no_div(self) -> &'a mut W
[src]
pub fn no_div(self) -> &'a mut W
HSE not divided
pub fn div2(self) -> &'a mut W
[src]
pub fn div2(self) -> &'a mut W
HSE divided by 2
pub fn set_bit(self) -> &'a mut W
[src]
pub fn set_bit(self) -> &'a mut W
Sets the field bit
pub fn clear_bit(self) -> &'a mut W
[src]
pub fn clear_bit(self) -> &'a mut W
Clears the field bit
pub fn bit(self, value: bool) -> &'a mut W
[src]
pub fn bit(self, value: bool) -> &'a mut W
Writes raw bits to the field
Auto Trait Implementations
impl<'a> Send for _PLLXTPREW<'a>
impl<'a> Send for _PLLXTPREW<'a>
impl<'a> Sync for _PLLXTPREW<'a>
impl<'a> Sync for _PLLXTPREW<'a>