pub struct W(/* private fields */);
Expand description
Register APBENR1
writer
Implementations§
Source§impl W
impl W
Sourcepub fn rtcapben(&mut self) -> RTCAPBEN_W<'_>
pub fn rtcapben(&mut self) -> RTCAPBEN_W<'_>
Bit 10 - RTC APB clock enable
Sourcepub fn usart2en(&mut self) -> USART2EN_W<'_>
pub fn usart2en(&mut self) -> USART2EN_W<'_>
Bit 17 - USART2 clock enable
Sourcepub fn usart3en(&mut self) -> USART3EN_W<'_>
pub fn usart3en(&mut self) -> USART3EN_W<'_>
Bit 18 - USART3 clock enable
Sourcepub fn usart4en(&mut self) -> USART4EN_W<'_>
pub fn usart4en(&mut self) -> USART4EN_W<'_>
Bit 19 - USART4 clock enable
Sourcepub fn lpuart1en(&mut self) -> LPUART1EN_W<'_>
pub fn lpuart1en(&mut self) -> LPUART1EN_W<'_>
Bit 20 - LPUART1 clock enable
Sourcepub fn lptim2en(&mut self) -> LPTIM2EN_W<'_>
pub fn lptim2en(&mut self) -> LPTIM2EN_W<'_>
Bit 30 - LPTIM2 clock enable
Sourcepub fn lptim1en(&mut self) -> LPTIM1EN_W<'_>
pub fn lptim1en(&mut self) -> LPTIM1EN_W<'_>
Bit 31 - LPTIM1 clock enable
Methods from Deref<Target = W<APBENR1_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more