stub file for tr_debug_print.h
More...
#include "zb_common.h"
Go to the source code of this file.
|
| int | _write (int fd, const char *ptr, int len) |
| int | _read (int fd, const char *ptr, int len) |
stub file for tr_debug_print.h
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
◆ 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 |
( |
| ... | ) |
|
◆ 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 | |
◆ _read()
| int _read |
( |
int | fd, |
|
|
const char * | ptr, |
|
|
int | len ) |
◆ _write()
| int _write |
( |
int | fd, |
|
|
const char * | ptr, |
|
|
int | len ) |