sarmfsw: SMFSW Toolbox (desinged for ARM / compatible with other 8b/16b/32b platforms) 4.0rc
SMFSW collection of miscellaneous functions \& macros (desinged for ARM / compatible with other 8b/16b/32b platforms)
Loading...
Searching...
No Matches
sarmfsw.h File Reference

sarmfsw (ARM) common headers More...

#include "sarmfsw_version.h"
#include "arm_preprocess.h"
#include "arm_attributes.h"
#include "arm_errors.h"
#include "arm_typedefs.h"
#include "arm_cmsis.h"
#include "arm_hal_peripheral.h"
#include "arm_keywords.h"
#include "arm_macros.h"
#include "arm_inlines.h"
Include dependency graph for sarmfsw.h:
This graph shows which files directly or indirectly include this file:

Enumerations

enum  FW_target {
  target_Special = 0U , target_Debug , target_Release , target_FUBAR ,
  target_Unknown = 0xFFU
}
 Firmware target types. More...
 

Detailed Description

sarmfsw (ARM) common headers

Author
SMFSW

Enumeration Type Documentation

◆ FW_target

enum FW_target

Firmware target types.

Note
A variable has to be defined in project using FW_target enum to be meaningful
Enumerator
target_Special 

Special FW target.

target_Debug 

Debug FW target.

target_Release 

Release FW target (No debug information)

target_FUBAR 

FUBAR FW target (shall be used only for stress test / optimization testing purposes)

target_Unknown 

Unknown FW target.