Searched refs:level (Results 1 – 20 of 20) sorted by relevance
| /modules/openthread/platform/ |
| A D | logging.c | 43 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 D | debug.c | 13 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 D | Kconfig | 82 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 D | CMakeLists.txt | 130 # if address sanitizer is enabled, as such switch default optimization level
|
| A D | Kconfig.mbedtls | 562 Security level in this case really depends on the type of entropy
|
| /modules/mbedtls/include/ |
| A D | zephyr_mbedtls_priv.h | 10 void zephyr_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str);
|
| /modules/hal_ethos_u/ |
| A D | CMakeLists.txt | 12 # 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 D | Kconfig | 62 prompt "Max compiled-in log level for ETHOS_U"
|
| /modules/openthread/ |
| A D | Kconfig | 67 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 D | Kconfig.features | 234 bool "Dynamic log level control"
|
| A D | CMakeLists.txt | 99 …option(CONFIG_OPENTHREAD_LOG_LEVEL_DYNAMIC OT_LOG_LEVEL_DYNAMIC "Enable dynamic log level control")
|
| /modules/hal_nordic/ |
| A D | Kconfig.nrf_regtool | 15 int "Verbosity level of console output"
|
| /modules/canopennode/ |
| A D | Kconfig | 47 Priority level of the internal CANopen transmit workqueue. 101 Priority level of the internal thread which processes
|
| /modules/nrf_wifi/bus/ |
| A D | Kconfig | 45 module-str = Log level for Wi-Fi nRF70 bus library
|
| /modules/lvgl/ |
| A D | lvgl.c | 111 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 D | Kconfig.tfm | 82 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 D | CMakeLists.txt | 81 # High level interface for interacting with CAT1 hardware
|
| /modules/hostap/src/ |
| A D | supp_main.c | 275 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 D | readme.md | 164 To use MCUX SDK NG code, include these files in the top-level CMakeLists.txt:
|
| /modules/hostap/ |
| A D | Kconfig | 91 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