pub struct W(_);
Expand description
Register APB1ENR
writer
Implementations
sourceimpl W
impl W
sourcepub fn usart2en(&mut self) -> USART2EN_W<'_, 17>
pub fn usart2en(&mut self) -> USART2EN_W<'_, 17>
Bit 17 - USART 2 clock enable
sourcepub fn usart3en(&mut self) -> USART3EN_W<'_, 18>
pub fn usart3en(&mut self) -> USART3EN_W<'_, 18>
Bit 18 - USART 3 clock enable
Methods from Deref<Target = W<APB1ENR_SPEC>>
Trait Implementations
sourceimpl From<W<APB1ENR_SPEC>> for W
impl From<W<APB1ENR_SPEC>> for W
sourcefn from(writer: W<APB1ENR_SPEC>) -> Self
fn from(writer: W<APB1ENR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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