Searched refs:LOG_MODULE_DECLARE (Results 1 – 25 of 491) sorted by relevance
12345678910>>...20
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | test_module.c | 16 LOG_MODULE_DECLARE(test, CONFIG_SAMPLE_MODULE_LOG_LEVEL);
|
D | test_module.h | 31 LOG_MODULE_DECLARE(test, CONFIG_SAMPLE_MODULE_LOG_LEVEL); in test_inline_func()
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | _main.h | 20 LOG_MODULE_DECLARE(net_test, CONFIG_NET_SOCKETS_LOG_LEVEL);
|
/Zephyr-latest/samples/subsys/logging/logger/src/ |
D | sample_module.h | 22 LOG_MODULE_DECLARE(MODULE_NAME, CONFIG_SAMPLE_MODULE_LOG_LEVEL); in inline_func()
|
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/ |
D | main.c | 9 LOG_MODULE_DECLARE(mec15_brd_test);
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | usb.c | 8 LOG_MODULE_DECLARE(net_http_server_sample, LOG_LEVEL_DBG);
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | main.c | 19 LOG_MODULE_DECLARE(app, CONFIG_LOG_DEFAULT_LEVEL);
|
/Zephyr-latest/samples/net/zperf/src/ |
D | nrf5340_cpu_boost.c | 17 LOG_MODULE_DECLARE(zperf, CONFIG_NET_ZPERF_LOG_LEVEL);
|
/Zephyr-latest/samples/subsys/zbus/work_queue/src/ |
D | sensors.c | 9 LOG_MODULE_DECLARE(zbus, CONFIG_ZBUS_LOG_LEVEL);
|
/Zephyr-latest/arch/arm64/core/ |
D | reboot.c | 12 LOG_MODULE_DECLARE(os, CONFIG_KERNEL_LOG_LEVEL);
|
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/ |
D | main.c | 12 LOG_MODULE_DECLARE(brd_pm_test);
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | power.c | 12 LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | power.c | 12 LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);
|
/Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/src/ |
D | consumer.c | 9 LOG_MODULE_DECLARE(zbus, CONFIG_ZBUS_LOG_LEVEL);
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | fw_load.c | 17 LOG_MODULE_DECLARE(wifi_nrf, CONFIG_WIFI_NRF70_LOG_LEVEL);
|
/Zephyr-latest/soc/espressif/esp32/ |
D | power.c | 14 LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | power.c | 12 LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | power.c | 12 LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | usb.c | 8 LOG_MODULE_DECLARE(net_echo_server_sample, LOG_LEVEL_DBG);
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_firmware.c | 8 LOG_MODULE_DECLARE(updatehub, CONFIG_UPDATEHUB_LOG_LEVEL);
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/src/ |
D | peripheral.c | 9 LOG_MODULE_DECLARE(zbus, CONFIG_ZBUS_LOG_LEVEL);
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/src/ |
D | core.c | 9 LOG_MODULE_DECLARE(zbus, CONFIG_ZBUS_LOG_LEVEL);
|
/Zephyr-latest/soc/silabs/common/ |
D | soc_power.c | 12 LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);
|
/Zephyr-latest/soc/st/stm32/stm32h5x/ |
D | power.c | 16 LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);
|
/Zephyr-latest/soc/renesas/smartbond/da1469x/ |
D | power.c | 14 LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);
|
12345678910>>...20