theCore C++ embedded framework
|
Files | |
file | platform/stm32/export/platform/execution.hpp |
Module aggregates routines that are control execution flow of the MCU. | |
Functions | |
static void | ecl::spin_wait (uint32_t ms) |
Performs a dummy busy wait for specified amount of milliseconds. More... | |
|
inlinestatic |
Performs a dummy busy wait for specified amount of milliseconds.
ms | number of milliseconds to wait. |
This function is useful for a short delays.