LL_TIM_DMABURST_LENGTH_17TRANSFERS
LL_TIM_DMABURST_LENGTH_18TRANSFERS
Macro IS_TIM_DMABURST_INSTANCE(TIMx) can be used
to check whether or not a timer instance supports the DMA
burst mode.
Reference Manual to
LL API cross
reference:
DCR DBL LL_TIM_ConfigDMABurst
DCR DBA LL_TIM_ConfigDMABurst
LL_TIM_SetRemap
__STATIC_INLINE void LL_TIM_SetRemap (TIM_TypeDef *
TIMx, uint32_t Remap)
Remap TIM inputs (input channel, internal/external triggers).
TIMx: Timer instance
Remap: Remap param depends on the TIMx. Description
available only in CHM version of the User Manual (not in
.pdf). Otherwise see Reference Manual description of OR
registers.
Macro IS_TIM_REMAP_INSTANCE(TIMx) can be used to
check whether or not a some timer inputs can be remapped.
Reference Manual to
LL API cross
reference:
TIM2_OR ITR1_RMP LL_TIM_SetRemap
TIM5_OR TI4_RMP LL_TIM_SetRemap
TIM11_OR TI1_RMP LL_TIM_SetRemap
LL_TIM_ClearFlag_UPDATE
__STATIC_INLINE void LL_TIM_ClearFlag_UPDATE
(TIM_TypeDef * TIMx)
Clear the update interrupt flag (UIF).
Reference Manual to
LL API cross
reference:
SR UIF LL_TIM_ClearFlag_UPDATE
LL_TIM_IsActiveFlag_UPDATE
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_UPDATE
(TIM_TypeDef * TIMx)
Indicate whether update interrupt flag (UIF) is set (update interrupt
is pending).