Stima V4 Slave RAIN  4.2
debug_F.h File Reference
#include "debug.h"

Go to the source code of this file.

Macros

#define TRACE_PRINTF_F(...)   print_debug_F(__VA_ARGS__)
 
#define TRACE_FATAL_F(...)   TRACE_PRINTF_F(__VA_ARGS__)
 
#define TRACE_ERROR_F(...)   TRACE_PRINTF_F(__VA_ARGS__)
 
#define TRACE_WARNING_F(...)   TRACE_PRINTF_F(__VA_ARGS__)
 
#define TRACE_INFO_F(...)   TRACE_PRINTF_F(__VA_ARGS__)
 
#define TRACE_DEBUG_F(...)   TRACE_PRINTF_F(__VA_ARGS__)
 
#define TRACE_VERBOSE_F(...)
 

Functions

void print_debug_F (const __FlashStringHelper *fmt,...)
 Print debug from rom Flash. More...
 

Macro Definition Documentation

◆ TRACE_DEBUG_F

#define TRACE_DEBUG_F (   ...)    TRACE_PRINTF_F(__VA_ARGS__)

Definition at line 63 of file debug_F.h.

◆ TRACE_ERROR_F

#define TRACE_ERROR_F (   ...)    TRACE_PRINTF_F(__VA_ARGS__)

Definition at line 45 of file debug_F.h.

◆ TRACE_FATAL_F

#define TRACE_FATAL_F (   ...)    TRACE_PRINTF_F(__VA_ARGS__)

Definition at line 39 of file debug_F.h.

◆ TRACE_INFO_F

#define TRACE_INFO_F (   ...)    TRACE_PRINTF_F(__VA_ARGS__)

Definition at line 57 of file debug_F.h.

◆ TRACE_PRINTF_F

#define TRACE_PRINTF_F (   ...)    print_debug_F(__VA_ARGS__)

Definition at line 34 of file debug_F.h.

◆ TRACE_VERBOSE_F

#define TRACE_VERBOSE_F (   ...)

Definition at line 71 of file debug_F.h.

◆ TRACE_WARNING_F

#define TRACE_WARNING_F (   ...)    TRACE_PRINTF_F(__VA_ARGS__)

Definition at line 51 of file debug_F.h.

Function Documentation

◆ print_debug_F()

void print_debug_F ( const __FlashStringHelper *  fmt,
  ... 
)

Print debug from rom Flash.

Parameters
fmtpointer to class FlashStringHelper

Definition at line 102 of file debug.cpp.