TIM Encoder functions.
More...
|
| HAL_StatusTypeDef | HAL_TIM_Encoder_DeInit (TIM_HandleTypeDef *htim) |
| |
| HAL_StatusTypeDef | HAL_TIM_Encoder_Init (TIM_HandleTypeDef *htim, TIM_Encoder_InitTypeDef *sConfig) |
| |
| void | HAL_TIM_Encoder_MspDeInit (TIM_HandleTypeDef *htim) |
| |
| void | HAL_TIM_Encoder_MspInit (TIM_HandleTypeDef *htim) |
| |
| HAL_StatusTypeDef | HAL_TIM_Encoder_Start (TIM_HandleTypeDef *htim, uint32_t Channel) |
| |
| HAL_StatusTypeDef | HAL_TIM_Encoder_Start_DMA (TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData1, uint32_t *pData2, uint16_t Length) |
| |
| HAL_StatusTypeDef | HAL_TIM_Encoder_Start_IT (TIM_HandleTypeDef *htim, uint32_t Channel) |
| |
| HAL_StatusTypeDef | HAL_TIM_Encoder_Stop (TIM_HandleTypeDef *htim, uint32_t Channel) |
| |
| HAL_StatusTypeDef | HAL_TIM_Encoder_Stop_DMA (TIM_HandleTypeDef *htim, uint32_t Channel) |
| |
| HAL_StatusTypeDef | HAL_TIM_Encoder_Stop_IT (TIM_HandleTypeDef *htim, uint32_t Channel) |
| |
TIM Encoder functions.
◆ HAL_TIM_Encoder_DeInit()
◆ HAL_TIM_Encoder_Init()
◆ HAL_TIM_Encoder_MspDeInit()
◆ HAL_TIM_Encoder_MspInit()
◆ HAL_TIM_Encoder_Start()
◆ HAL_TIM_Encoder_Start_DMA()
◆ HAL_TIM_Encoder_Start_IT()
◆ HAL_TIM_Encoder_Stop()
◆ HAL_TIM_Encoder_Stop_DMA()
◆ HAL_TIM_Encoder_Stop_IT()