|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_TIM_EnableBRK (TIM_TypeDef *TIMx) |
| Enable the break function. | |
| __STATIC_INLINE void | LL_TIM_DisableBRK (TIM_TypeDef *TIMx) |
| Disable the break function. | |
| __STATIC_INLINE void | LL_TIM_ConfigBRK (TIM_TypeDef *TIMx, uint32_t BreakPolarity) |
| Configure the break input. | |
| __STATIC_INLINE void | LL_TIM_SetOffStates (TIM_TypeDef *TIMx, uint32_t OffStateIdle, uint32_t OffStateRun) |
| Select the outputs off state (enabled v.s. | |
| __STATIC_INLINE void | LL_TIM_EnableAutomaticOutput (TIM_TypeDef *TIMx) |
| Enable automatic output (MOE can be set by software or automatically when a break input is active). | |
| __STATIC_INLINE void | LL_TIM_DisableAutomaticOutput (TIM_TypeDef *TIMx) |
| Disable automatic output (MOE can be set only by software). | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledAutomaticOutput (TIM_TypeDef *TIMx) |
| Indicate whether automatic output is enabled. | |
| __STATIC_INLINE void | LL_TIM_EnableAllOutputs (TIM_TypeDef *TIMx) |
| Enable the outputs (set the MOE bit in TIMx_BDTR register). | |
| __STATIC_INLINE void | LL_TIM_DisableAllOutputs (TIM_TypeDef *TIMx) |
| Disable the outputs (reset the MOE bit in TIMx_BDTR register). | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledAllOutputs (TIM_TypeDef *TIMx) |
| Indicates whether outputs are enabled. | |
| __STATIC_INLINE void LL_TIM_ConfigBRK | ( | TIM_TypeDef * | TIMx, |
| uint32_t | BreakPolarity | ||
| ) |
Configure the break input.
| TIMx | Timer instance |
| BreakPolarity | This parameter can be one of the following values: |
| None |
Definition at line 2915 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableAllOutputs | ( | TIM_TypeDef * | TIMx | ) |
Disable the outputs (reset the MOE bit in TIMx_BDTR register).
| TIMx | Timer instance |
| None |
Definition at line 3008 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableAutomaticOutput | ( | TIM_TypeDef * | TIMx | ) |
Disable automatic output (MOE can be set only by software).
| TIMx | Timer instance |
| None |
Definition at line 2965 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableBRK | ( | TIM_TypeDef * | TIMx | ) |
Disable the break function.
| TIMx | Timer instance |
| None |
Definition at line 2895 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableAllOutputs | ( | TIM_TypeDef * | TIMx | ) |
Enable the outputs (set the MOE bit in TIMx_BDTR register).
| TIMx | Timer instance |
| None |
Definition at line 2993 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableAutomaticOutput | ( | TIM_TypeDef * | TIMx | ) |
Enable automatic output (MOE can be set by software or automatically when a break input is active).
| TIMx | Timer instance |
| None |
Definition at line 2952 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableBRK | ( | TIM_TypeDef * | TIMx | ) |
Enable the break function.
| TIMx | Timer instance |
| None |
Definition at line 2878 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledAllOutputs | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether outputs are enabled.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 3021 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledAutomaticOutput | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether automatic output is enabled.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 2978 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_SetOffStates | ( | TIM_TypeDef * | TIMx, |
| uint32_t | OffStateIdle, | ||
| uint32_t | OffStateRun | ||
| ) |
Select the outputs off state (enabled v.s.
disabled) in Idle and Run modes.
| TIMx | Timer instance |
| OffStateIdle | This parameter can be one of the following values: |
| OffStateRun | This parameter can be one of the following values: |
| None |
Definition at line 2939 of file stm32f4xx_ll_tim.h.
1.7.6.1