HAL Control functions. More...
Functions | |
| void | hal_suspend_tick (void) |
| Suspend Tick increment. More... | |
| void | hal_resume_tick (void) |
| Resume Tick increment. More... | |
| uint32_t | hal_get_hal_version (void) |
| This function returns the HAL revision. More... | |
HAL Control functions.
===============================================================================
##### HAL Control functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Suspend the time base source interrupt
(+) Resume the time base source interrupt
(+) Get the HAL API driver version | uint32_t hal_get_hal_version | ( | void | ) |
This function returns the HAL revision.
| void hal_resume_tick | ( | void | ) |
Resume Tick increment.
| void hal_suspend_tick | ( | void | ) |
Suspend Tick increment.