pub struct R(/* private fields */);
Expand description
Register APBENR1
reader
Implementations§
Source§impl R
impl R
Sourcepub fn rtcapben(&self) -> RTCAPBEN_R
pub fn rtcapben(&self) -> RTCAPBEN_R
Bit 10 - RTC APB clock enable
Sourcepub fn usart2en(&self) -> USART2EN_R
pub fn usart2en(&self) -> USART2EN_R
Bit 17 - USART2 clock enable
Sourcepub fn usart3en(&self) -> USART3EN_R
pub fn usart3en(&self) -> USART3EN_R
Bit 18 - USART3 clock enable
Sourcepub fn usart4en(&self) -> USART4EN_R
pub fn usart4en(&self) -> USART4EN_R
Bit 19 - USART4 clock enable
Sourcepub fn lpuart1en(&self) -> LPUART1EN_R
pub fn lpuart1en(&self) -> LPUART1EN_R
Bit 20 - LPUART1 clock enable
Sourcepub fn lptim2en(&self) -> LPTIM2EN_R
pub fn lptim2en(&self) -> LPTIM2EN_R
Bit 30 - LPTIM2 clock enable
Sourcepub fn lptim1en(&self) -> LPTIM1EN_R
pub fn lptim1en(&self) -> LPTIM1EN_R
Bit 31 - LPTIM1 clock enable
Methods from Deref<Target = R<APBENR1_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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