#include <stm32cubef4/stm32f4xx_hal.h>
#include <FreeRTOS.h>
#include <task.h>
|
uint32_t | HAL_GetTick (void) |
| This file contains implementation of weak functions used by the STM32Cubef4 HAL and which are not driver specific. More...
|
|
void | HAL_IncTick (void) |
| Gives FreeRTOS time to increment the tick. More...
|
|
void | HAL_Delay (uint32_t Delay) |
|
void HAL_Delay |
( |
uint32_t |
Delay | ) |
|
uint32_t HAL_GetTick |
( |
void |
| ) |
|
This file contains implementation of weak functions used by the STM32Cubef4 HAL and which are not driver specific.
- Author
- kubos.co Return FreeRTOS's tick count
void HAL_IncTick |
( |
void |
| ) |
|
Gives FreeRTOS time to increment the tick.