|
STM CMSIS
|
Functions | |
| void | TIM6_DAC_IRQHandler (void) |
| This function handles TIM interrupt request. More... | |
| HAL_StatusTypeDef | HAL_InitTick (uint32_t TickPriority) |
| This function configures the TIM6 as a time base source. The time source is configured to have 1ms time base with a dedicated Tick interrupt priority. More... | |
| void | HAL_SuspendTick (void) |
| Suspend Tick increment. More... | |
| void | HAL_ResumeTick (void) |
| Resume Tick increment. More... | |
| void | HAL_TIM_PeriodElapsedCallback (TIM_HandleTypeDef *htim) |
| Period elapsed callback in non blocking mode. More... | |
Variables | |
| TIM_HandleTypeDef | TimHandle |
| HAL_StatusTypeDef HAL_InitTick | ( | uint32_t | TickPriority | ) |
This function configures the TIM6 as a time base source. The time source is configured to have 1ms time base with a dedicated Tick interrupt priority.
| TickPriority | Tick interrupt priority. |
| HAL | status |
| void HAL_ResumeTick | ( | void | ) |
Resume Tick increment.
| None |
| None |
| void HAL_SuspendTick | ( | void | ) |
Suspend Tick increment.
| None |
| None |
| void HAL_TIM_PeriodElapsedCallback | ( | TIM_HandleTypeDef * | htim | ) |
Period elapsed callback in non blocking mode.
| htim | : TIM handle |
| None |
| void TIM6_DAC_IRQHandler | ( | void | ) |
This function handles TIM interrupt request.
| None |
| None |