Searched refs:LOG_LEVEL_NONE (Results 1 – 20 of 20) sorted by relevance
/Zephyr-Core-3.6.0/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-Core-3.6.0/subsys/net/l2/canbus/ |
D | canbus_raw.c | 8 LOG_MODULE_REGISTER(net_l2_canbus, LOG_LEVEL_NONE);
|
/Zephyr-Core-3.6.0/modules/hal_nordic/nrfx/ |
D | nrfx_log.h | 32 #define NRFX_MODULE_LOG_LEVEL LOG_LEVEL_NONE
|
/Zephyr-Core-3.6.0/subsys/net/l2/dummy/ |
D | dummy.c | 8 LOG_MODULE_REGISTER(net_l2_dummy, LOG_LEVEL_NONE);
|
/Zephyr-Core-3.6.0/include/zephyr/logging/ |
D | log_core.h | 19 #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
|
D | log.h | 290 #define _LOG_LEVEL_RESOLVE(...) LOG_LEVEL_NONE
|
/Zephyr-Core-3.6.0/subsys/logging/ |
D | log_mgmt.c | 315 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()
|
D | log_msg.c | 65 if (level == LOG_LEVEL_NONE) { in frontend_runtime_filtering()
|
D | log_cmds.c | 263 filters_set(sh, backend, argc - 1, &argv[1], LOG_LEVEL_NONE); in log_disable()
|
D | log_output.c | 78 case LOG_LEVEL_NONE: in level_to_rfc5424_severity()
|
D | log_core.c | 457 if (level == LOG_LEVEL_NONE) { in msg_filter_check()
|
D | log_output_syst.c | 529 case LOG_LEVEL_NONE:
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_api/src/ |
D | mock_frontend.c | 107 if (desc.level == LOG_LEVEL_NONE) { in log_frontend_msg()
|
/Zephyr-Core-3.6.0/subsys/usb/device_next/ |
D | usbd_class.c | 23 #define USBD_CLASS_LOG_LEVEL LOG_LEVEL_NONE
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | monitor.c | 300 [LOG_LEVEL_NONE] = 0, in monitor_priority_get()
|
/Zephyr-Core-3.6.0/subsys/usb/device/class/ |
D | cdc_acm.c | 61 && 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/ |
D | ieee802154_b91.c | 16 #define LOG_LEVEL LOG_LEVEL_NONE
|
D | ieee802154_nrf5.c | 15 #define LOG_LEVEL LOG_LEVEL_NONE
|
/Zephyr-Core-3.6.0/drivers/usb/udc/ |
D | udc_common.c | 19 #define UDC_COMMON_LOG_LEVEL LOG_LEVEL_NONE
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | uart_nrfx_uarte2.c | 917 LOG_LEVEL_NONE : CONFIG_UART_LOG_LEVEL), \
|