#[repr(C)]pub struct LPTIM_TypeDef {
pub ISR: u32,
pub ICR: u32,
pub IER: u32,
pub CFGR: u32,
pub CR: u32,
pub CMP: u32,
pub ARR: u32,
pub CNT: u32,
pub OR: u32,
}Expand description
LPTIMER
Fields§
§ISR: u32< LPTIM Interrupt and Status register, Address offset: 0x00
ICR: u32< LPTIM Interrupt Clear register, Address offset: 0x04
IER: u32< LPTIM Interrupt Enable register, Address offset: 0x08
CFGR: u32< LPTIM Configuration register, Address offset: 0x0C
CR: u32< LPTIM Control register, Address offset: 0x10
CMP: u32< LPTIM Compare register, Address offset: 0x14
ARR: u32< LPTIM Autoreload register, Address offset: 0x18
CNT: u32< LPTIM Counter register, Address offset: 0x1C
OR: u32< LPTIM Option register, Address offset: 0x20
Trait Implementations§
Source§impl Clone for LPTIM_TypeDef
impl Clone for LPTIM_TypeDef
Source§fn clone(&self) -> LPTIM_TypeDef
fn clone(&self) -> LPTIM_TypeDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LPTIM_TypeDef
impl Debug for LPTIM_TypeDef
impl Copy for LPTIM_TypeDef
Auto Trait Implementations§
impl Freeze for LPTIM_TypeDef
impl RefUnwindSafe for LPTIM_TypeDef
impl Send for LPTIM_TypeDef
impl Sync for LPTIM_TypeDef
impl Unpin for LPTIM_TypeDef
impl UnwindSafe for LPTIM_TypeDef
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