Home
last modified time | relevance | path

Searched refs:MODULE_NAME (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/subsys/logging/logger/src/
Dsample_module.c10 LOG_MODULE_REGISTER(MODULE_NAME, CONFIG_SAMPLE_MODULE_LOG_LEVEL);
14 return STRINGIFY(MODULE_NAME); in sample_module_name_get()
Dsample_module.h15 #define MODULE_NAME sample_module macro
22 LOG_MODULE_DECLARE(MODULE_NAME, CONFIG_SAMPLE_MODULE_LOG_LEVEL); in inline_func()
/Zephyr-latest/tests/subsys/logging/log_blocking/src/
Dmain.c27 #define MODULE_NAME test macro
29 LOG_MODULE_REGISTER(MODULE_NAME);
223 test_source_id = log_source_id_get(STRINGIFY(MODULE_NAME)); in setup()
/Zephyr-latest/tests/subsys/logging/log_stress/src/
Dmain.c16 #define MODULE_NAME test macro
18 LOG_MODULE_REGISTER(MODULE_NAME);
205 test_source_id = log_source_id_get(STRINGIFY(MODULE_NAME)); in setup()
/Zephyr-latest/cmake/modules/
Dzephyr_module.cmake27 # - `ZEPHYR_<MODULE_NAME>_CMAKE_DIR` is used for inclusion of the CMakeLists.txt
28 # - `ZEPHYR_<MODULE_NAME>_KCONFIG` is used for inclusion of the Kconfig
/Zephyr-latest/doc/develop/
Dmodules.rst472 CMake variable ``ZEPHYR_<MODULE_NAME>_MODULE_DIR`` and the variable
473 ``ZEPHYR_<MODULE_NAME>_CMAKE_DIR`` holds the location of the directory
621 In both Kconfig and CMake, the variable ``ZEPHYR_<MODULE_NAME>_MODULE_DIR``
624 Additionally, ``ZEPHYR_<MODULE_NAME>_MODULE`` and ``ZEPHYR_<MODULE_NAME>_MODULE_BLOBS``
632 In CMake, ``ZEPHYR_<MODULE_NAME>_CMAKE_DIR`` contains the
863 To include a module's CMake file, set the variable ``ZEPHYR_<MODULE_NAME>_CMAKE_DIR``
866 To include a module's Kconfig file, set the variable ``ZEPHYR_<MODULE_NAME>_KCONFIG``