STM32L443xx 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 2039 of file stm32l4xx_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 1919 of file stm32l4xx_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 2010 of file stm32l4xx_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 1906 of file stm32l4xx_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 1962 of file stm32l4xx_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 2068 of file stm32l4xx_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 1949 of file stm32l4xx_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 1981 of file stm32l4xx_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 1935 of file stm32l4xx_ll_tim.h.