Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/samples/subsys/logging/logger/src/
Dmain.c73 LOG_LEVEL_NONE); in module_logging_showcase()
117 LOG_LEVEL_NONE); in instance_logging_showcase()
121 LOG_LEVEL_NONE); in instance_logging_showcase()
/Zephyr-Core-3.6.0/subsys/net/l2/canbus/
Dcanbus_raw.c8 LOG_MODULE_REGISTER(net_l2_canbus, LOG_LEVEL_NONE);
/Zephyr-Core-3.6.0/modules/hal_nordic/nrfx/
Dnrfx_log.h32 #define NRFX_MODULE_LOG_LEVEL LOG_LEVEL_NONE
/Zephyr-Core-3.6.0/subsys/net/l2/dummy/
Ddummy.c8 LOG_MODULE_REGISTER(net_l2_dummy, LOG_LEVEL_NONE);
/Zephyr-Core-3.6.0/include/zephyr/logging/
Dlog_core.h19 #define LOG_LEVEL_NONE 0U macro
148 (Z_LOG_LEVEL_CHECK(_level, CONFIG_LOG_OVERRIDE_LEVEL, LOG_LEVEL_NONE) \
425 #define LOG_LEVEL_INTERNAL_RAW_STRING LOG_LEVEL_NONE
Dlog.h290 #define _LOG_LEVEL_RESOLVE(...) LOG_LEVEL_NONE
/Zephyr-Core-3.6.0/subsys/logging/
Dlog_mgmt.c315 return LOG_LEVEL_NONE; in log_compiled_level_get()
377 uint32_t max_filter = LOG_LEVEL_NONE; in max_filter_get()
571 backend_filter_set(backend, LOG_LEVEL_NONE); in log_backend_disable()
588 return LOG_LEVEL_NONE; in log_frontend_filter_get()
Dlog_msg.c65 if (level == LOG_LEVEL_NONE) { in frontend_runtime_filtering()
Dlog_cmds.c263 filters_set(sh, backend, argc - 1, &argv[1], LOG_LEVEL_NONE); in log_disable()
Dlog_output.c78 case LOG_LEVEL_NONE: in level_to_rfc5424_severity()
Dlog_core.c457 if (level == LOG_LEVEL_NONE) { in msg_filter_check()
Dlog_output_syst.c529 case LOG_LEVEL_NONE:
/Zephyr-Core-3.6.0/tests/subsys/logging/log_api/src/
Dmock_frontend.c107 if (desc.level == LOG_LEVEL_NONE) { in log_frontend_msg()
/Zephyr-Core-3.6.0/subsys/usb/device_next/
Dusbd_class.c23 #define USBD_CLASS_LOG_LEVEL LOG_LEVEL_NONE
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dmonitor.c300 [LOG_LEVEL_NONE] = 0, in monitor_priority_get()
/Zephyr-Core-3.6.0/subsys/usb/device/class/
Dcdc_acm.c61 && CONFIG_USB_CDC_ACM_LOG_LEVEL != LOG_LEVEL_NONE
65 #define CONFIG_USB_CDC_ACM_LOG_LEVEL LOG_LEVEL_NONE
/Zephyr-Core-3.6.0/drivers/ieee802154/
Dieee802154_b91.c16 #define LOG_LEVEL LOG_LEVEL_NONE
Dieee802154_nrf5.c15 #define LOG_LEVEL LOG_LEVEL_NONE
/Zephyr-Core-3.6.0/drivers/usb/udc/
Dudc_common.c19 #define UDC_COMMON_LOG_LEVEL LOG_LEVEL_NONE
/Zephyr-Core-3.6.0/drivers/serial/
Duart_nrfx_uarte2.c917 LOG_LEVEL_NONE : CONFIG_UART_LOG_LEVEL), \