Searched refs:LOG_LEVEL_NONE (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/samples/subsys/logging/logger/src/ |
D | main.c | 73 LOG_LEVEL_NONE); in module_logging_showcase() 117 LOG_LEVEL_NONE); in instance_logging_showcase() 121 LOG_LEVEL_NONE); in instance_logging_showcase()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/ |
D | main.c | 28 if (runtime_log_level >= LOG_LEVEL_NONE && in test_args()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/ |
D | main.c | 29 if (runtime_log_level >= LOG_LEVEL_NONE && runtime_log_level <= LOG_LEVEL_DBG) { in test_args()
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/src/ |
D | main.c | 29 if (runtime_log_level >= LOG_LEVEL_NONE && runtime_log_level <= LOG_LEVEL_DBG) { in test_args()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/src/ |
D | main.c | 29 if (runtime_log_level >= LOG_LEVEL_NONE && in test_args()
|
/Zephyr-latest/subsys/net/l2/canbus/ |
D | canbus_raw.c | 8 LOG_MODULE_REGISTER(net_l2_canbus, LOG_LEVEL_NONE);
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_log.h | 32 #define NRFX_MODULE_LOG_LEVEL LOG_LEVEL_NONE
|
/Zephyr-latest/subsys/net/l2/dummy/ |
D | dummy.c | 8 LOG_MODULE_REGISTER(net_l2_dummy, LOG_LEVEL_NONE);
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_core.h | 19 #define LOG_LEVEL_NONE 0 macro 148 (Z_LOG_LEVEL_CHECK(_level, CONFIG_LOG_OVERRIDE_LEVEL, LOG_LEVEL_NONE) \ 428 #define LOG_LEVEL_INTERNAL_RAW_STRING LOG_LEVEL_NONE
|
D | log.h | 310 #define _LOG_LEVEL_RESOLVE(...) LOG_LEVEL_NONE
|
/Zephyr-latest/subsys/logging/ |
D | log_mgmt.c | 318 return LOG_LEVEL_NONE; in log_compiled_level_get() 384 uint32_t max_filter = LOG_LEVEL_NONE; in max_filter_get() 579 backend_filter_set(backend, LOG_LEVEL_NONE); in log_backend_disable() 596 return LOG_LEVEL_NONE; in log_frontend_filter_get()
|
D | log_msg.c | 67 if (level == LOG_LEVEL_NONE) { in frontend_runtime_filtering()
|
D | log_cmds.c | 262 filters_set(sh, backend, argc - 1, &argv[1], LOG_LEVEL_NONE); in log_disable()
|
D | log_core.c | 487 if (level == LOG_LEVEL_NONE) { in msg_filter_check()
|
D | log_output.c | 70 case LOG_LEVEL_NONE: in level_to_rfc5424_severity()
|
D | log_output_syst.c | 529 case LOG_LEVEL_NONE:
|
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | mock_frontend.c | 115 if (desc.level == LOG_LEVEL_NONE) { in log_frontend_msg()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | monitor.c | 320 [LOG_LEVEL_NONE] = 0, in monitor_priority_get()
|
/Zephyr-latest/tests/drivers/uart/uart_errors/src/ |
D | main.c | 18 LOG_MODULE_REGISTER(test, LOG_LEVEL_NONE);
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_class.c | 23 #define USBD_CLASS_LOG_LEVEL LOG_LEVEL_NONE
|
/Zephyr-latest/subsys/usb/device/class/ |
D | cdc_acm.c | 60 #if defined(CONFIG_USB_CDC_ACM_LOG_LEVEL) && CONFIG_USB_CDC_ACM_LOG_LEVEL != LOG_LEVEL_NONE 67 #define CONFIG_USB_CDC_ACM_LOG_LEVEL LOG_LEVEL_NONE
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_b91.c | 16 #define LOG_LEVEL LOG_LEVEL_NONE
|
D | ieee802154_nrf5.c | 15 #define LOG_LEVEL LOG_LEVEL_NONE
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_acm.c | 25 #if defined(CONFIG_USBD_CDC_ACM_LOG_LEVEL) && CONFIG_USBD_CDC_ACM_LOG_LEVEL != LOG_LEVEL_NONE 32 #define CONFIG_USBD_CDC_ACM_LOG_LEVEL LOG_LEVEL_NONE
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_common.c | 20 #define UDC_COMMON_LOG_LEVEL LOG_LEVEL_NONE
|
12