libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Collaboration diagram for LPTIM1SEL LPTIM1 Clock source selection:

Macros

#define RCC_CCIPR_LPTIM1SEL_PCLK   0
 
#define RCC_CCIPR_LPTIM1SEL_LSI   1
 
#define RCC_CCIPR_LPTIM1SEL_HSI16   2
 
#define RCC_CCIPR_LPTIM1SEL_LSE   3
 

Detailed Description

Macro Definition Documentation

◆ RCC_CCIPR_LPTIM1SEL_HSI16

#define RCC_CCIPR_LPTIM1SEL_HSI16   2

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

◆ RCC_CCIPR_LPTIM1SEL_LSE

#define RCC_CCIPR_LPTIM1SEL_LSE   3

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

◆ RCC_CCIPR_LPTIM1SEL_LSI

#define RCC_CCIPR_LPTIM1SEL_LSI   1

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

◆ RCC_CCIPR_LPTIM1SEL_PCLK

#define RCC_CCIPR_LPTIM1SEL_PCLK   0

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