Home
last modified time | relevance | path

Searched refs:level (Results 1 – 20 of 20) sorted by relevance

/modules/openthread/platform/
A Dlogging.c43 int level = log_translate(aLogLevel); in otPlatLog() local
46 if (level < 0 || level > CONFIG_OPENTHREAD_PLATFORM_LOG_LEVEL) { in otPlatLog()
51 log_generic(level, aFormat, param_list); in otPlatLog()
/modules/mbedtls/
A Ddebug.c13 void zephyr_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str) in zephyr_mbedtls_debug() argument
42 switch (level) { in zephyr_mbedtls_debug()
A DKconfig82 module-str = Log level mbedTLS library debug hook
109 Default mbed TLS debug logging level for Zephyr integration code
118 mbedTLS initialization, with the configured debug log level.
A DCMakeLists.txt130 # if address sanitizer is enabled, as such switch default optimization level
A DKconfig.mbedtls562 Security level in this case really depends on the type of entropy
/modules/mbedtls/include/
A Dzephyr_mbedtls_priv.h10 void zephyr_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str);
/modules/hal_ethos_u/
A DCMakeLists.txt12 # Mapping log level from Zephyr (none=0, err=1, wrn=2, inf=3, dbg=4) to
18 … # The Ethos-U driver does not have a corresponding "none" log level. Disable logging instead.
A DKconfig62 prompt "Max compiled-in log level for ETHOS_U"
/modules/openthread/
A DKconfig67 prompt "OpenThread stack log level"
70 This option selects log level for OpenThread stack.
98 Log level for OpenThread stack.
108 Log level for OpenThread Zephyr platform.
297 bool "Prepending the log level to all OpenThread log messages"
300 log level prefix i.e. [CRIT], [WARN], [NOTE], [INFO], [DEBG].
A DKconfig.features234 bool "Dynamic log level control"
A DCMakeLists.txt99 …option(CONFIG_OPENTHREAD_LOG_LEVEL_DYNAMIC OT_LOG_LEVEL_DYNAMIC "Enable dynamic log level control")
/modules/hal_nordic/
A DKconfig.nrf_regtool15 int "Verbosity level of console output"
/modules/canopennode/
A DKconfig47 Priority level of the internal CANopen transmit workqueue.
101 Priority level of the internal thread which processes
/modules/nrf_wifi/bus/
A DKconfig45 module-str = Log level for Wi-Fi nRF70 bus library
/modules/lvgl/
A Dlvgl.c111 static void lvgl_log(lv_log_level_t level, const char *buf) in lvgl_log() argument
113 switch (level) { in lvgl_log()
/modules/trusted-firmware-m/
A DKconfig.tfm82 isolation level.
123 int "Isolation level setting." if (TFM_PROFILE_TYPE_NOT_SET && TFM_IPC)
129 Manually set the required TFM isolation level. Possible values are
132 isolation level, as it is determined by the profile setting.
134 force level 1 when TFM_IPC is not enabled.
391 The SFN model supports the SFN Partition model, and isolation level 1.
494 Set the log level to silence for all TF-M modules (SPM, partition, etc.).
516 Print the info if the SPM log level is sufficient.
/modules/hal_infineon/mtb-hal-cat1/
A DCMakeLists.txt81 # High level interface for interacting with CAT1 hardware
/modules/hostap/src/
A Dsupp_main.c275 static void zephyr_hostap_ctrl_iface_msg_cb(void *ctx, int level, enum wpa_msg_type type, in zephyr_hostap_ctrl_iface_msg_cb() argument
278 ARG_UNUSED(level); in zephyr_hostap_ctrl_iface_msg_cb()
/modules/hal_nxp/mcux/
A Dreadme.md164 To use MCUX SDK NG code, include these files in the top-level CMakeLists.txt:
/modules/hostap/
A DKconfig91 int "Min compiled-in debug message level for WPA supplicant"
98 Minimum priority level of a debug message emitted by WPA supplicant that

Completed in 47 milliseconds