STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
LPTIM Trigger Sample Time
Collaboration diagram for LPTIM Trigger Sample Time:

Macros

#define LPTIM_TRIGSAMPLETIME_DIRECTTRANSITION   0x00000000U
 
#define LPTIM_TRIGSAMPLETIME_2TRANSITIONS   LPTIM_CFGR_TRGFLT_0
 
#define LPTIM_TRIGSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_TRGFLT_1
 
#define LPTIM_TRIGSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_TRGFLT
 

Detailed Description

Macro Definition Documentation

◆ LPTIM_TRIGSAMPLETIME_DIRECTTRANSITION

#define LPTIM_TRIGSAMPLETIME_DIRECTTRANSITION   0x00000000U

#include <stm32f4xx_hal_lptim.h>

Definition at line 275 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_TRIGSAMPLETIME_2TRANSITIONS

#define LPTIM_TRIGSAMPLETIME_2TRANSITIONS   LPTIM_CFGR_TRGFLT_0

#include <stm32f4xx_hal_lptim.h>

Definition at line 276 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_TRIGSAMPLETIME_4TRANSITIONS

#define LPTIM_TRIGSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_TRGFLT_1

#include <stm32f4xx_hal_lptim.h>

Definition at line 277 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_TRIGSAMPLETIME_8TRANSITIONS

#define LPTIM_TRIGSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_TRGFLT

#include <stm32f4xx_hal_lptim.h>

Definition at line 278 of file stm32f4xx_hal_lptim.h.