CMSIS + 0/3 examples
CodeScope will show references to LPTIM_TypeDef from the following samples and libraries:
Examples
STM32F410xx-Nucleo
Examples_LL
LPTIM
 
Symbols
loading...
Files
loading...

LPTIM_TypeDef struct

LPTIMER

Syntax

typedef struct {   __IO uint32_t ISR;            __IO uint32_t ICR;            __IO uint32_t IER;            __IO uint32_t CFGR;           __IO uint32_t CR;             __IO uint32_t CMP;            __IO uint32_t ARR;            __IO uint32_t CNT;            __IO uint32_t OR;           } LPTIM_TypeDef;

Fields

ISR

LPTIM Interrupt and Status register, Address offset: 0x00. Read more...

ICR

LPTIM Interrupt Clear register, Address offset: 0x04. Read more...

IER

LPTIM Interrupt Enable register, Address offset: 0x08. Read more...

CFGR

LPTIM Configuration register, Address offset: 0x0C. Read more...

CR

LPTIM Control register, Address offset: 0x10. Read more...

CMP

LPTIM Compare register, Address offset: 0x14. Read more...

ARR

LPTIM Autoreload register, Address offset: 0x18. Read more...

CNT

LPTIM Counter register, Address offset: 0x1C. Read more...

OR

LPTIM Option register, Address offset: 0x20. Read more...

Examples

LPTIM_TypeDef is referenced by 3 libraries and example projects.