Struct stm32wlxx_hal::pac::rcc::apb1enr2::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register APB1ENR2
reader
Implementations§
§impl R
impl R
pub fn lptim3en(&self) -> BitReaderRaw<LPUART1EN_A>
pub fn lptim3en(&self) -> BitReaderRaw<LPUART1EN_A>
Bit 6 - CPU1 Low power timer 3 clocks enable
pub fn lptim2en(&self) -> BitReaderRaw<LPUART1EN_A>
pub fn lptim2en(&self) -> BitReaderRaw<LPUART1EN_A>
Bit 5 - CPU1 Low power timer 2 clocks enable
pub fn lpuart1en(&self) -> BitReaderRaw<LPUART1EN_A>
pub fn lpuart1en(&self) -> BitReaderRaw<LPUART1EN_A>
Bit 0 - CPU1 Low power UART 1 clocks enable
Methods from Deref<Target = R<APB1ENR2_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<APB1ENR2_SPEC>> for R
impl From<R<APB1ENR2_SPEC>> for R
§fn from(reader: R<APB1ENR2_SPEC>) -> R
fn from(reader: R<APB1ENR2_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations§
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