Functions | |
HAL_StatusTypeDef | HAL_GPT_Base_Init (GPT_HandleTypeDef *htim) |
Initializes the TIM Time base Unit according to the specified parameters in the GPT_HandleTypeDef and create the associated handle. More... | |
HAL_StatusTypeDef | HAL_GPT_Base_DeInit (GPT_HandleTypeDef *htim) |
DeInitializes the TIM Base peripheral. More... | |
void | HAL_GPT_Base_MspInit (GPT_HandleTypeDef *htim) |
Initializes the TIM Base MSP. More... | |
void | HAL_GPT_Base_MspDeInit (GPT_HandleTypeDef *htim) |
DeInitializes TIM Base MSP. More... | |
HAL_StatusTypeDef | HAL_GPT_Base_Start (GPT_HandleTypeDef *htim) |
Starts the TIM Base generation. More... | |
HAL_StatusTypeDef | HAL_GPT_Base_Stop (GPT_HandleTypeDef *htim) |
Stops the TIM Base generation. More... | |
HAL_StatusTypeDef | HAL_GPT_Base_Start_IT (GPT_HandleTypeDef *htim) |
Starts the TIM Base generation in interrupt mode. More... | |
HAL_StatusTypeDef | HAL_GPT_Base_Stop_IT (GPT_HandleTypeDef *htim) |
Stops the TIM Base generation in interrupt mode. More... | |
HAL_StatusTypeDef | HAL_GPT_Base_Start_DMA (GPT_HandleTypeDef *htim, uint32_t *pData, uint16_t Length) |
Starts the TIM Base generation in DMA mode. More... | |
HAL_StatusTypeDef | HAL_GPT_Base_Stop_DMA (GPT_HandleTypeDef *htim) |
Stops the TIM Base generation in DMA mode. More... | |
HAL_StatusTypeDef HAL_GPT_Base_DeInit | ( | GPT_HandleTypeDef * | htim | ) |
DeInitializes the TIM Base peripheral.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
HAL | status |
HAL_StatusTypeDef HAL_GPT_Base_Init | ( | GPT_HandleTypeDef * | htim | ) |
Initializes the TIM Time base Unit according to the specified parameters in the GPT_HandleTypeDef and create the associated handle.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
HAL | status |
void HAL_GPT_Base_MspDeInit | ( | GPT_HandleTypeDef * | htim | ) |
DeInitializes TIM Base MSP.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
None |
void HAL_GPT_Base_MspInit | ( | GPT_HandleTypeDef * | htim | ) |
Initializes the TIM Base MSP.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
None |
HAL_StatusTypeDef HAL_GPT_Base_Start | ( | GPT_HandleTypeDef * | htim | ) |
Starts the TIM Base generation.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
HAL | status |
HAL_StatusTypeDef HAL_GPT_Base_Start_DMA | ( | GPT_HandleTypeDef * | htim, |
uint32_t * | pData, | ||
uint16_t | Length | ||
) |
Starts the TIM Base generation in DMA mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
pData | The source Buffer address. |
Length | The length of data to be transferred from memory to peripheral. |
HAL | status |
HAL_StatusTypeDef HAL_GPT_Base_Start_IT | ( | GPT_HandleTypeDef * | htim | ) |
Starts the TIM Base generation in interrupt mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
HAL | status |
HAL_StatusTypeDef HAL_GPT_Base_Stop | ( | GPT_HandleTypeDef * | htim | ) |
Stops the TIM Base generation.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
HAL | status |
HAL_StatusTypeDef HAL_GPT_Base_Stop_DMA | ( | GPT_HandleTypeDef * | htim | ) |
Stops the TIM Base generation in DMA mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
HAL | status |
HAL_StatusTypeDef HAL_GPT_Base_Stop_IT | ( | GPT_HandleTypeDef * | htim | ) |
Stops the TIM Base generation in interrupt mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
HAL | status |