eLooM for STM32 application  v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
Loading...
Searching...
No Matches
systp.h File Reference

Target platform definition. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SYS_DEFINE_STATIC_INLINE   static inline
 

Detailed Description

Target platform definition.

Author
STMicroelectronics - ST-Korea - MCD Team
Version
3.0.0
Date
Mar 22, 2017

This file include definitions depending on the target platform. A target platform is a tuple Hardware + Compiler.

Attention

Copyright (c) 2016 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Macro Definition Documentation

◆ SYS_DEFINE_STATIC_INLINE

#define SYS_DEFINE_STATIC_INLINE   static inline

To keep the backward compatibility after changes dome to complaint with MISRA rules, we keep the old SYS_DEFINE_INLINE and we define this new preprocessor define. It must be used for the new development.