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

Macros

#define TIM_CLOCKPOLARITY_INVERTED   TIM_ETRPOLARITY_INVERTED
 
#define TIM_CLOCKPOLARITY_NONINVERTED   TIM_ETRPOLARITY_NONINVERTED
 
#define TIM_CLOCKPOLARITY_RISING   TIM_INPUTCHANNELPOLARITY_RISING
 
#define TIM_CLOCKPOLARITY_FALLING   TIM_INPUTCHANNELPOLARITY_FALLING
 
#define TIM_CLOCKPOLARITY_BOTHEDGE   TIM_INPUTCHANNELPOLARITY_BOTHEDGE
 

Detailed Description

Macro Definition Documentation

◆ TIM_CLOCKPOLARITY_INVERTED

#define TIM_CLOCKPOLARITY_INVERTED   TIM_ETRPOLARITY_INVERTED

#include <stm32f4xx_hal_tim.h>

Polarity for ETRx clock sources

Definition at line 767 of file stm32f4xx_hal_tim.h.

◆ TIM_CLOCKPOLARITY_NONINVERTED

#define TIM_CLOCKPOLARITY_NONINVERTED   TIM_ETRPOLARITY_NONINVERTED

#include <stm32f4xx_hal_tim.h>

Polarity for ETRx clock sources

Definition at line 768 of file stm32f4xx_hal_tim.h.

◆ TIM_CLOCKPOLARITY_RISING

#define TIM_CLOCKPOLARITY_RISING   TIM_INPUTCHANNELPOLARITY_RISING

#include <stm32f4xx_hal_tim.h>

Polarity for TIx clock sources

Definition at line 769 of file stm32f4xx_hal_tim.h.

◆ TIM_CLOCKPOLARITY_FALLING

#define TIM_CLOCKPOLARITY_FALLING   TIM_INPUTCHANNELPOLARITY_FALLING

#include <stm32f4xx_hal_tim.h>

Polarity for TIx clock sources

Definition at line 770 of file stm32f4xx_hal_tim.h.

◆ TIM_CLOCKPOLARITY_BOTHEDGE

#define TIM_CLOCKPOLARITY_BOTHEDGE   TIM_INPUTCHANNELPOLARITY_BOTHEDGE

#include <stm32f4xx_hal_tim.h>

Polarity for TIx clock sources

Definition at line 771 of file stm32f4xx_hal_tim.h.