Searched refs:MODULE_NAME (Results 1 – 6 of 6) sorted by relevance
10 LOG_MODULE_REGISTER(MODULE_NAME, CONFIG_SAMPLE_MODULE_LOG_LEVEL);14 return STRINGIFY(MODULE_NAME); in sample_module_name_get()
15 #define MODULE_NAME sample_module macro22 LOG_MODULE_DECLARE(MODULE_NAME, CONFIG_SAMPLE_MODULE_LOG_LEVEL); in inline_func()
27 #define MODULE_NAME test macro29 LOG_MODULE_REGISTER(MODULE_NAME);223 test_source_id = log_source_id_get(STRINGIFY(MODULE_NAME)); in setup()
16 #define MODULE_NAME test macro18 LOG_MODULE_REGISTER(MODULE_NAME);205 test_source_id = log_source_id_get(STRINGIFY(MODULE_NAME)); in setup()
27 # - `ZEPHYR_<MODULE_NAME>_CMAKE_DIR` is used for inclusion of the CMakeLists.txt28 # - `ZEPHYR_<MODULE_NAME>_KCONFIG` is used for inclusion of the Kconfig
472 CMake variable ``ZEPHYR_<MODULE_NAME>_MODULE_DIR`` and the variable473 ``ZEPHYR_<MODULE_NAME>_CMAKE_DIR`` holds the location of the directory621 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 the863 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``