libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
LPTIM_CFGR2 Configuration Register 2
Collaboration diagram for LPTIM_CFGR2 Configuration Register 2:

Macros

#define LPTIM_CFGR2_IN2SEL_SHIFT   4
 
#define LPTIM_CFGR2_IN2SEL_MASK   0x03
 
#define LPTIM_CFGR2_IN1SEL_SHIFT   0
 
#define LPTIM_CFGR2_IN1SEL_MASK   0x03
 

Detailed Description

Macro Definition Documentation

◆ LPTIM_CFGR2_IN1SEL_MASK

#define LPTIM_CFGR2_IN1SEL_MASK   0x03

Definition at line 60 of file g0/lptimer.h.

◆ LPTIM_CFGR2_IN1SEL_SHIFT

#define LPTIM_CFGR2_IN1SEL_SHIFT   0

Definition at line 59 of file g0/lptimer.h.

◆ LPTIM_CFGR2_IN2SEL_MASK

#define LPTIM_CFGR2_IN2SEL_MASK   0x03

Definition at line 57 of file g0/lptimer.h.

◆ LPTIM_CFGR2_IN2SEL_SHIFT

#define LPTIM_CFGR2_IN2SEL_SHIFT   4

Definition at line 56 of file g0/lptimer.h.