STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | TIM_CLOCKSOURCE_INTERNAL TIM_SMCR_ETPS_0 |
#define | TIM_CLOCKSOURCE_ETRMODE1 TIM_TS_ETRF |
#define | TIM_CLOCKSOURCE_ETRMODE2 TIM_SMCR_ETPS_1 |
#define | TIM_CLOCKSOURCE_TI1ED TIM_TS_TI1F_ED |
#define | TIM_CLOCKSOURCE_TI1 TIM_TS_TI1FP1 |
#define | TIM_CLOCKSOURCE_TI2 TIM_TS_TI2FP2 |
#define | TIM_CLOCKSOURCE_ITR0 TIM_TS_ITR0 |
#define | TIM_CLOCKSOURCE_ITR1 TIM_TS_ITR1 |
#define | TIM_CLOCKSOURCE_ITR2 TIM_TS_ITR2 |
#define | TIM_CLOCKSOURCE_ITR3 TIM_TS_ITR3 |
#define TIM_CLOCKSOURCE_INTERNAL TIM_SMCR_ETPS_0 |
#include <stm32f4xx_hal_tim.h>
Internal clock source
Definition at line 750 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define TIM_CLOCKSOURCE_ETRMODE1 TIM_TS_ETRF |
#include <stm32f4xx_hal_tim.h>
External clock source mode 1 (ETRF)
Definition at line 751 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define TIM_CLOCKSOURCE_ETRMODE2 TIM_SMCR_ETPS_1 |
#include <stm32f4xx_hal_tim.h>
External clock source mode 2
Definition at line 752 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define TIM_CLOCKSOURCE_TI1ED TIM_TS_TI1F_ED |
#include <stm32f4xx_hal_tim.h>
External clock source mode 1 (TTI1FP1 + edge detect.)
Definition at line 753 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define TIM_CLOCKSOURCE_TI1 TIM_TS_TI1FP1 |
#include <stm32f4xx_hal_tim.h>
External clock source mode 1 (TTI1FP1)
Definition at line 754 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define TIM_CLOCKSOURCE_TI2 TIM_TS_TI2FP2 |
#include <stm32f4xx_hal_tim.h>
External clock source mode 1 (TTI2FP2)
Definition at line 755 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define TIM_CLOCKSOURCE_ITR0 TIM_TS_ITR0 |
#include <stm32f4xx_hal_tim.h>
External clock source mode 1 (ITR0)
Definition at line 756 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define TIM_CLOCKSOURCE_ITR1 TIM_TS_ITR1 |
#include <stm32f4xx_hal_tim.h>
External clock source mode 1 (ITR1)
Definition at line 757 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define TIM_CLOCKSOURCE_ITR2 TIM_TS_ITR2 |
#include <stm32f4xx_hal_tim.h>
External clock source mode 1 (ITR2)
Definition at line 758 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().
#define TIM_CLOCKSOURCE_ITR3 TIM_TS_ITR3 |
#include <stm32f4xx_hal_tim.h>
External clock source mode 1 (ITR3)
Definition at line 759 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_ConfigClockSource().