Searched refs:_inst_name (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/logging/ |
D | log_instance.h | 88 #define Z_LOG_INSTANCE_FULL_NAME(_module_name, _inst_name) \ argument 89 UTIL_CAT(_module_name, UTIL_CAT(_, _inst_name)) 114 #define LOG_INSTANCE_PTR(_module_name, _inst_name) \ argument 115 Z_LOG_OBJECT_PTR(Z_LOG_INSTANCE_FULL_NAME(_module_name, _inst_name)) 129 #define LOG_INSTANCE_PTR_INIT(_name, _module_name, _inst_name) \ argument 130 LOG_OBJECT_PTR_INIT(_name, LOG_INSTANCE_PTR(_module_name, _inst_name)) 151 #define Z_LOG_RUNTIME_INSTANCE_REGISTER(_module_name, _inst_name) \ argument 153 LOG_INSTANCE_DYNAMIC_DATA(_module_name, _inst_name)) 155 #define Z_LOG_INSTANCE_REGISTER(_module_name, _inst_name, _level) \ argument 157 Z_LOG_INSTANCE_FULL_NAME(_module_name, _inst_name), \ [all …]
|