HAL_TIM_Base_Stop_DMA
HAL_StatusTypeDef HAL_TIM_Base_Stop_DMA
(TIM_HandleTypeDef * htim)
Stops the TIM Base generation in DMA mode.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
HAL_TIM_OC_Init
HAL_StatusTypeDef HAL_TIM_OC_Init (TIM_HandleTypeDef *
htim)
Initializes the TIM Output Compare according to the specified
parameters in the TIM_HandleTypeDef and create the associated
handle.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
HAL_TIM_OC_DeInit
HAL_StatusTypeDef HAL_TIM_OC_DeInit
(TIM_HandleTypeDef * htim)
DeInitializes the TIM peripheral.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
HAL_TIM_OC_MspInit
void HAL_TIM_OC_MspInit (TIM_HandleTypeDef * htim)
Initializes the TIM Output Compare MSP.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
HAL_TIM_OC_MspDeInit
void HAL_TIM_OC_MspDeInit (TIM_HandleTypeDef * htim)
DeInitializes TIM Output Compare MSP.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.