STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
LPTIM Trigger Sample Time

Macros

#define LPTIM_TRIGSAMPLETIME_DIRECTTRANSITION   ((uint32_t)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

#define LPTIM_TRIGSAMPLETIME_2TRANSITIONS   LPTIM_CFGR_TRGFLT_0

Definition at line 265 of file stm32f7xx_hal_lptim.h.

#define LPTIM_TRIGSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_TRGFLT_1

Definition at line 266 of file stm32f7xx_hal_lptim.h.

#define LPTIM_TRIGSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_TRGFLT

Definition at line 267 of file stm32f7xx_hal_lptim.h.

#define LPTIM_TRIGSAMPLETIME_DIRECTTRANSITION   ((uint32_t)0x00000000U)

Definition at line 264 of file stm32f7xx_hal_lptim.h.