|
STM32F103xB 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 2804 of file stm32f1xx_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 2897 of file stm32f1xx_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 2854 of file stm32f1xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableBRK | ( | TIM_TypeDef * | TIMx | ) |
Disable the break function.
| TIMx | Timer instance |
| None |
Definition at line 2784 of file stm32f1xx_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 2882 of file stm32f1xx_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 2841 of file stm32f1xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableBRK | ( | TIM_TypeDef * | TIMx | ) |
Enable the break function.
| TIMx | Timer instance |
| None |
Definition at line 2767 of file stm32f1xx_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 2910 of file stm32f1xx_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 2867 of file stm32f1xx_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 2828 of file stm32f1xx_ll_tim.h.
1.7.6.1