Trident IoT Zigbee SDK
Loading...
Searching...
No Matches
tr_debug_print_stubs.h File Reference

stub file for tr_debug_print.h More...

#include "zb_common.h"
Include dependency graph for tr_debug_print_stubs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define tr_stack_printf(...)
#define tr_stack_println(...)
#define tr_core_printf(...)
#define tr_core_println(...)
#define tr_app_printf(...)
#define tr_app_println(...)
#define tr_zcl_printf(...)
#define tr_zcl_println(...)
#define tr_rxmsgs_printf(...)
#define tr_rxmsgs_println(...)

Enumerations

enum  tr_debug_print_group_t {
  TR_DEBUG_PRINT_STACK = 0x01 ,
  TR_DEBUG_PRINT_CORE = 0x02 ,
  TR_DEBUG_PRINT_APP = 0x04 ,
  TR_DEBUG_PRINT_ZCL = 0x08 ,
  TR_DEBUG_PRINT_RX_MSGS = 0x10 ,
  TR_DEBUG_PRINT_ALL = 0x1F
}

Functions

int _write (int fd, const char *ptr, int len)
int _read (int fd, const char *ptr, int len)

Detailed Description

stub file for tr_debug_print.h


SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com


Macro Definition Documentation

◆ tr_app_printf

#define tr_app_printf ( ...)

◆ tr_app_println

#define tr_app_println ( ...)

◆ tr_core_printf

#define tr_core_printf ( ...)

◆ tr_core_println

#define tr_core_println ( ...)

◆ tr_rxmsgs_printf

#define tr_rxmsgs_printf ( ...)

◆ tr_rxmsgs_println

#define tr_rxmsgs_println ( ...)

◆ tr_stack_printf

#define tr_stack_printf ( ...)

◆ tr_stack_println

#define tr_stack_println ( ...)

◆ tr_zcl_printf

#define tr_zcl_printf ( ...)

◆ tr_zcl_println

#define tr_zcl_println ( ...)

Enumeration Type Documentation

◆ tr_debug_print_group_t

Enumerator
TR_DEBUG_PRINT_STACK 
TR_DEBUG_PRINT_CORE 
TR_DEBUG_PRINT_APP 
TR_DEBUG_PRINT_ZCL 
TR_DEBUG_PRINT_RX_MSGS 
TR_DEBUG_PRINT_ALL 

Function Documentation

◆ _read()

int _read ( int fd,
const char * ptr,
int len )

◆ _write()

int _write ( int fd,
const char * ptr,
int len )