|
CTS-SAT-1-OBC-Firmware
|
#include <stdint.h>

Go to the source code of this file.
Functions | |
| void | TIM_delay_blocking_ms (uint32_t delay_time_ms) |
| Delay blocking, not yielding to other RTOS tasks. | |
| void TIM_delay_blocking_ms | ( | uint32_t | delay_time_ms | ) |
Delay blocking, not yielding to other RTOS tasks.
| delay_time_ms | Duration to delay, in milliseconds. |