Struct stm32wlxx_hal::pac::LPTIM2
pub struct LPTIM2 { /* private fields */ }
Available on crate feature
stm32wl5x_cm4
only.Expand description
Low-power timer
Implementations§
§impl LPTIM2
impl LPTIM2
pub const PTR: *const RegisterBlock = {0x40009400 as *const stm32wl::stm32wl5x_cm4::lptim2::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40009400 as *const stm32wl::stm32wl5x_cm4::lptim2::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LPTIM2
impl !Sync for LPTIM2
impl Unpin for LPTIM2
impl UnwindSafe for LPTIM2
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