libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Collaboration diagram for LPTIM2SEL LPTIM2 Clock source selection:

Macros

#define RCC_CCIPR_LPTIM2SEL_PCLK   0
 
#define RCC_CCIPR_LPTIM2SEL_LSI   1
 
#define RCC_CCIPR_LPTIM2SEL_HSI16   2
 
#define RCC_CCIPR_LPTIM2SEL_LSE   3
 

Detailed Description

Macro Definition Documentation

◆ RCC_CCIPR_LPTIM2SEL_HSI16

#define RCC_CCIPR_LPTIM2SEL_HSI16   2

Definition at line 516 of file g0/rcc.h.

◆ RCC_CCIPR_LPTIM2SEL_LSE

#define RCC_CCIPR_LPTIM2SEL_LSE   3

Definition at line 517 of file g0/rcc.h.

◆ RCC_CCIPR_LPTIM2SEL_LSI

#define RCC_CCIPR_LPTIM2SEL_LSI   1

Definition at line 515 of file g0/rcc.h.

◆ RCC_CCIPR_LPTIM2SEL_PCLK

#define RCC_CCIPR_LPTIM2SEL_PCLK   0

Definition at line 514 of file g0/rcc.h.