Functions | |
HAL_StatusTypeDef | HAL_GPT_OnePulse_Init (GPT_HandleTypeDef *htim, uint32_t OnePulseMode) |
Initializes the TIM One Pulse Time Base according to the specified parameters in the GPT_HandleTypeDef and create the associated handle. More... | |
HAL_StatusTypeDef | HAL_GPT_OnePulse_DeInit (GPT_HandleTypeDef *htim) |
DeInitializes the TIM One Pulse. More... | |
void | HAL_GPT_OnePulse_MspInit (GPT_HandleTypeDef *htim) |
Initializes the TIM One Pulse MSP. More... | |
void | HAL_GPT_OnePulse_MspDeInit (GPT_HandleTypeDef *htim) |
DeInitializes TIM One Pulse MSP. More... | |
HAL_StatusTypeDef | HAL_GPT_OnePulse_Start (GPT_HandleTypeDef *htim, uint32_t OutputChannel) |
Starts the TIM One Pulse signal generation. More... | |
HAL_StatusTypeDef | HAL_GPT_OnePulse_Stop (GPT_HandleTypeDef *htim, uint32_t OutputChannel) |
Stops the TIM One Pulse signal generation. More... | |
HAL_StatusTypeDef | HAL_GPT_OnePulse_Start_IT (GPT_HandleTypeDef *htim, uint32_t OutputChannel) |
Starts the TIM One Pulse signal generation in interrupt mode. More... | |
HAL_StatusTypeDef | HAL_GPT_OnePulse_Stop_IT (GPT_HandleTypeDef *htim, uint32_t OutputChannel) |
Stops the TIM One Pulse signal generation in interrupt mode. More... | |
HAL_StatusTypeDef HAL_GPT_OnePulse_DeInit | ( | GPT_HandleTypeDef * | htim | ) |
DeInitializes the TIM One Pulse.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
HAL | status |
HAL_StatusTypeDef HAL_GPT_OnePulse_Init | ( | GPT_HandleTypeDef * | htim, |
uint32_t | OnePulseMode | ||
) |
Initializes the TIM One Pulse Time Base 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. |
OnePulseMode | Select the One pulse mode. This parameter can be one of the following values:
|
HAL | status |
void HAL_GPT_OnePulse_MspDeInit | ( | GPT_HandleTypeDef * | htim | ) |
DeInitializes TIM One Pulse MSP.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
None |
void HAL_GPT_OnePulse_MspInit | ( | GPT_HandleTypeDef * | htim | ) |
Initializes the TIM One Pulse MSP.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
None |
HAL_StatusTypeDef HAL_GPT_OnePulse_Start | ( | GPT_HandleTypeDef * | htim, |
uint32_t | OutputChannel | ||
) |
Starts the TIM One Pulse signal generation.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
OutputChannel | TIM Channels to be enabled. This parameter can be one of the following values:
|
HAL | status |
HAL_StatusTypeDef HAL_GPT_OnePulse_Start_IT | ( | GPT_HandleTypeDef * | htim, |
uint32_t | OutputChannel | ||
) |
Starts the TIM One Pulse signal generation in interrupt mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
OutputChannel | TIM Channels to be enabled. This parameter can be one of the following values:
|
HAL | status |
HAL_StatusTypeDef HAL_GPT_OnePulse_Stop | ( | GPT_HandleTypeDef * | htim, |
uint32_t | OutputChannel | ||
) |
Stops the TIM One Pulse signal generation.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
OutputChannel | TIM Channels to be disable. This parameter can be one of the following values:
|
HAL | status |
HAL_StatusTypeDef HAL_GPT_OnePulse_Stop_IT | ( | GPT_HandleTypeDef * | htim, |
uint32_t | OutputChannel | ||
) |
Stops the TIM One Pulse signal generation in interrupt mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
OutputChannel | TIM Channels to be enabled. This parameter can be one of the following values:
|
HAL | status |