ESP-IDF
ot::Instance::sLogLevel
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
include
openthread
examples
include
src
cli
core
api
backbone_router
border_router
coap
common
config
crypto
diags
instance
extension.hpp
instance.cpp
gInstanceRaw
sDnsNameCompressionEnabled
sLogLevel
Instance()
InitSingle()
Get()
Reset()
AfterInit()
Finalize()
FactoryReset()
ErasePersistentInfo()
GetBufferInfo()
ResetBufferInfo()
SetLogLevel()
otPlatLogHandleLevelChanged()
instance.hpp
mac
meshcop
net
radio
thread
utils
openthread-core-config.h
lib
ncp
private_include
src
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Instance::sLogLevel
ot::Instance::sLogLevel variable
Syntax
Show:
Summary
Declaration
Definition
from
instance.hpp:718
static
LogLevel
sLogLevel
;
Implemented in
instance.cpp:71
Examples
References
from
examples
Code
Location
Scope
Referrer
LogLevel
Instance
::
sLogLevel
=
static_cast
<
LogLevel
>
(
OPENTHREAD_CONFIG_LOG_LEVEL_INIT
)
;
instance.cpp:71
static
LogLevel
sLogLevel
;
instance.hpp:718
if
(
aLogLevel
!=
sLogLevel
)
instance.cpp:507
ot::Instance
ot::Instance::SetLogLevel()
sLogLevel
=
aLogLevel
;
instance.cpp:509
ot::Instance
ot::Instance::SetLogLevel()
otPlatLogHandleLevelChanged
(
sLogLevel
)
;
instance.cpp:510
ot::Instance
ot::Instance::SetLogLevel()
return
sLogLevel
;
instance.hpp:306
ot::Instance
ot::Instance::GetLogLevel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Instance::sLogLevel
is written by 1 function and is read by 2 functions:
ot::Instance::SetLogLevel()
All items filtered out
ot::Instance::sLogLevel
ot::Instance::SetLogLevel()
ot::Instance::GetLogLevel()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out