STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for LPTIM Clock Prescaler:

Macros

#define LPTIM_PRESCALER_DIV1   0x00000000U
 
#define LPTIM_PRESCALER_DIV2   LPTIM_CFGR_PRESC_0
 
#define LPTIM_PRESCALER_DIV4   LPTIM_CFGR_PRESC_1
 
#define LPTIM_PRESCALER_DIV8   (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_1)
 
#define LPTIM_PRESCALER_DIV16   LPTIM_CFGR_PRESC_2
 
#define LPTIM_PRESCALER_DIV32   (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_2)
 
#define LPTIM_PRESCALER_DIV64   (LPTIM_CFGR_PRESC_1 | LPTIM_CFGR_PRESC_2)
 
#define LPTIM_PRESCALER_DIV128   LPTIM_CFGR_PRESC
 

Detailed Description

Macro Definition Documentation

◆ LPTIM_PRESCALER_DIV1

#define LPTIM_PRESCALER_DIV1   0x00000000U

◆ LPTIM_PRESCALER_DIV2

#define LPTIM_PRESCALER_DIV2   LPTIM_CFGR_PRESC_0

#include <stm32f4xx_hal_lptim.h>

Definition at line 206 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_PRESCALER_DIV4

#define LPTIM_PRESCALER_DIV4   LPTIM_CFGR_PRESC_1

#include <stm32f4xx_hal_lptim.h>

Definition at line 207 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_PRESCALER_DIV8

#define LPTIM_PRESCALER_DIV8   (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_1)

#include <stm32f4xx_hal_lptim.h>

Definition at line 208 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_PRESCALER_DIV16

#define LPTIM_PRESCALER_DIV16   LPTIM_CFGR_PRESC_2

#include <stm32f4xx_hal_lptim.h>

Definition at line 209 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_PRESCALER_DIV32

#define LPTIM_PRESCALER_DIV32   (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_2)

#include <stm32f4xx_hal_lptim.h>

Definition at line 210 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_PRESCALER_DIV64

#define LPTIM_PRESCALER_DIV64   (LPTIM_CFGR_PRESC_1 | LPTIM_CFGR_PRESC_2)

#include <stm32f4xx_hal_lptim.h>

Definition at line 211 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_PRESCALER_DIV128

#define LPTIM_PRESCALER_DIV128   LPTIM_CFGR_PRESC

#include <stm32f4xx_hal_lptim.h>

Definition at line 212 of file stm32f4xx_hal_lptim.h.