pub struct W(_);
Expand description
Register APB2ENR
writer
Implementations
sourceimpl W
impl W
sourcepub fn syscfgen(&mut self) -> SYSCFGEN_W<'_, 14>
pub fn syscfgen(&mut self) -> SYSCFGEN_W<'_, 14>
Bit 14 - System configuration controller clock enable
sourcepub fn usart6en(&mut self) -> USART6EN_W<'_, 5>
pub fn usart6en(&mut self) -> USART6EN_W<'_, 5>
Bit 5 - USART6 clock enable
sourcepub fn usart1en(&mut self) -> USART1EN_W<'_, 4>
pub fn usart1en(&mut self) -> USART1EN_W<'_, 4>
Bit 4 - USART1 clock enable
Methods from Deref<Target = W<APB2ENR_SPEC>>
Trait Implementations
sourceimpl From<W<APB2ENR_SPEC>> for W
impl From<W<APB2ENR_SPEC>> for W
sourcefn from(writer: W<APB2ENR_SPEC>) -> Self
fn from(writer: W<APB2ENR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more