STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define LPTIM_CLOCKSAMPLETIME_DIRECTTRANSITION   ((uint32_t)0x00000000U)
 
#define LPTIM_CLOCKSAMPLETIME_2TRANSITIONS   LPTIM_CFGR_CKFLT_0
 
#define LPTIM_CLOCKSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_CKFLT_1
 
#define LPTIM_CLOCKSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_CKFLT
 

Detailed Description

Macro Definition Documentation

#define LPTIM_CLOCKSAMPLETIME_2TRANSITIONS   LPTIM_CFGR_CKFLT_0

Definition at line 219 of file stm32f7xx_hal_lptim.h.

#define LPTIM_CLOCKSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_CKFLT_1

Definition at line 220 of file stm32f7xx_hal_lptim.h.

#define LPTIM_CLOCKSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_CKFLT

Definition at line 221 of file stm32f7xx_hal_lptim.h.

#define LPTIM_CLOCKSAMPLETIME_DIRECTTRANSITION   ((uint32_t)0x00000000U)

Definition at line 218 of file stm32f7xx_hal_lptim.h.