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 WWrites variant to the field
pub fn no_div(self) -> &'a mut W[src]
pub fn no_div(self) -> &'a mut WHSE not divided
pub fn div2(self) -> &'a mut W[src]
pub fn div2(self) -> &'a mut WHSE divided by 2
pub fn set_bit(self) -> &'a mut W[src]
pub fn set_bit(self) -> &'a mut WSets the field bit
pub fn clear_bit(self) -> &'a mut W[src]
pub fn clear_bit(self) -> &'a mut WClears the field bit
pub fn bit(self, value: bool) -> &'a mut W[src]
pub fn bit(self, value: bool) -> &'a mut WWrites 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>