Struct flipperzero_sys::LPTIM_TypeDef
source · #[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: u32LPTIM Interrupt and Status register, Address offset: 0x00
ICR: u32LPTIM Interrupt Clear register, Address offset: 0x04
IER: u32LPTIM Interrupt Enable register, Address offset: 0x08
CFGR: u32LPTIM Configuration register, Address offset: 0x0C
CR: u32LPTIM Control register, Address offset: 0x10
CMP: u32LPTIM Compare register, Address offset: 0x14
ARR: u32LPTIM Autoreload register, Address offset: 0x18
CNT: u32LPTIM Counter register, Address offset: 0x1C
OR: u32LPTIM 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 copy 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 more