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

Macros

#define LPTIM_CLOCKPOLARITY_RISING   0x00000000U
 
#define LPTIM_CLOCKPOLARITY_FALLING   LPTIM_CFGR_CKPOL_0
 
#define LPTIM_CLOCKPOLARITY_RISING_FALLING   LPTIM_CFGR_CKPOL_1
 

Detailed Description

Macro Definition Documentation

◆ LPTIM_CLOCKPOLARITY_RISING

#define LPTIM_CLOCKPOLARITY_RISING   0x00000000U

#include <stm32f4xx_hal_lptim.h>

Definition at line 241 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_CLOCKPOLARITY_FALLING

#define LPTIM_CLOCKPOLARITY_FALLING   LPTIM_CFGR_CKPOL_0

#include <stm32f4xx_hal_lptim.h>

Definition at line 242 of file stm32f4xx_hal_lptim.h.

◆ LPTIM_CLOCKPOLARITY_RISING_FALLING

#define LPTIM_CLOCKPOLARITY_RISING_FALLING   LPTIM_CFGR_CKPOL_1

#include <stm32f4xx_hal_lptim.h>

Definition at line 243 of file stm32f4xx_hal_lptim.h.