theCore C++ embedded framework
Collaboration diagram for Execution control module:

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...
 

Detailed Description

Function Documentation

◆ spin_wait()

static void ecl::spin_wait ( uint32_t  ms)
inlinestatic

Performs a dummy busy wait for specified amount of milliseconds.

Parameters
msnumber of milliseconds to wait.

This function is useful for a short delays.

Returns
None.
Here is the call graph for this function: