|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_TIM_CC_EnablePreload (TIM_TypeDef *TIMx) |
| Enable the capture/compare control bits (CCxE, CCxNE and OCxM) preload. | |
| __STATIC_INLINE void | LL_TIM_CC_DisablePreload (TIM_TypeDef *TIMx) |
| Disable the capture/compare control bits (CCxE, CCxNE and OCxM) preload. | |
| __STATIC_INLINE void | LL_TIM_CC_SetUpdate (TIM_TypeDef *TIMx, uint32_t CCUpdateSource) |
| Set the updated source of the capture/compare control bits (CCxE, CCxNE and OCxM). | |
| __STATIC_INLINE void | LL_TIM_CC_SetDMAReqTrigger (TIM_TypeDef *TIMx, uint32_t DMAReqTrigger) |
| Set the trigger of the capture/compare DMA request. | |
| __STATIC_INLINE uint32_t | LL_TIM_CC_GetDMAReqTrigger (TIM_TypeDef *TIMx) |
| Get actual trigger of the capture/compare DMA request. | |
| __STATIC_INLINE void | LL_TIM_CC_SetLockLevel (TIM_TypeDef *TIMx, uint32_t LockLevel) |
| Set the lock level to freeze the configuration of several capture/compare parameters. | |
| __STATIC_INLINE void | LL_TIM_CC_EnableChannel (TIM_TypeDef *TIMx, uint32_t Channels) |
| Enable capture/compare channels. | |
| __STATIC_INLINE void | LL_TIM_CC_DisableChannel (TIM_TypeDef *TIMx, uint32_t Channels) |
| Disable capture/compare channels. | |
| __STATIC_INLINE uint32_t | LL_TIM_CC_IsEnabledChannel (TIM_TypeDef *TIMx, uint32_t Channels) |
| Indicate whether channel(s) is(are) enabled. | |
| __STATIC_INLINE void LL_TIM_CC_DisableChannel | ( | TIM_TypeDef * | TIMx, |
| uint32_t | Channels | ||
| ) |
Disable capture/compare channels.
| TIMx | Timer instance |
| Channels | This parameter can be a combination of the following values: |
| None |
Definition at line 1635 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_CC_DisablePreload | ( | TIM_TypeDef * | TIMx | ) |
Disable the capture/compare control bits (CCxE, CCxNE and OCxM) preload.
| TIMx | Timer instance |
| None |
Definition at line 1523 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_CC_EnableChannel | ( | TIM_TypeDef * | TIMx, |
| uint32_t | Channels | ||
| ) |
Enable capture/compare channels.
| TIMx | Timer instance |
| Channels | This parameter can be a combination of the following values: |
| None |
Definition at line 1610 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_CC_EnablePreload | ( | TIM_TypeDef * | TIMx | ) |
Enable the capture/compare control bits (CCxE, CCxNE and OCxM) preload.
| TIMx | Timer instance |
| None |
Definition at line 1510 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_CC_GetDMAReqTrigger | ( | TIM_TypeDef * | TIMx | ) |
Get actual trigger of the capture/compare DMA request.
| TIMx | Timer instance |
| Returned | value can be one of the following values: |
Definition at line 1566 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel | ( | TIM_TypeDef * | TIMx, |
| uint32_t | Channels | ||
| ) |
Indicate whether channel(s) is(are) enabled.
| TIMx | Timer instance |
| Channels | This parameter can be a combination of the following values: |
| State | of bit (1 or 0). |
Definition at line 1660 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_CC_SetDMAReqTrigger | ( | TIM_TypeDef * | TIMx, |
| uint32_t | DMAReqTrigger | ||
| ) |
Set the trigger of the capture/compare DMA request.
| TIMx | Timer instance |
| DMAReqTrigger | This parameter can be one of the following values: |
| None |
Definition at line 1553 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_CC_SetLockLevel | ( | TIM_TypeDef * | TIMx, |
| uint32_t | LockLevel | ||
| ) |
Set the lock level to freeze the configuration of several capture/compare parameters.
| TIMx | Timer instance |
| LockLevel | This parameter can be one of the following values: |
| None |
Definition at line 1585 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_CC_SetUpdate | ( | TIM_TypeDef * | TIMx, |
| uint32_t | CCUpdateSource | ||
| ) |
Set the updated source of the capture/compare control bits (CCxE, CCxNE and OCxM).
| TIMx | Timer instance |
| CCUpdateSource | This parameter can be one of the following values: |
| None |
Definition at line 1539 of file stm32f4xx_ll_tim.h.
1.7.6.1