Select one of the symbols to view example projects that use it.
 
Outline
#define OT_PLAT_LOG_TAG
#define MS_PER_S
#define US_PER_MS
Files
loading...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/openthread/private_include/esp_openthread_common_macro.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ #pragma once #define OT_PLAT_LOG_TAG "OPENTHREAD" #ifndef MS_PER_S #define MS_PER_S 1000 #endif #ifndef US_PER_MS #define US_PER_MS 1000 #endif #ifndef US_PER_S #define US_PER_S (MS_PER_S * US_PER_MS) #endif #define ESP_OPENTHREAD_UART_BUFFER_SIZE CONFIG_OPENTHREAD_UART_BUFFER_SIZE
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.