Searched refs:_plen (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/logging/ |
D | log_msg.h | 148 #define Z_LOG_MSG_DESC_INITIALIZER(_domain_id, _level, _plen, _dlen) \ argument 155 .package_len = (_plen), \ 330 int _plen; \ 334 _plen = 0; \ 336 CBPRINTF_STATIC_PACKAGE(NULL, 0, _plen, Z_LOG_MSG_ALIGN_OFFSET, _options, \ 342 Z_LOG_MSG_ON_STACK_ALLOC(_msg, Z_LOG_MSG_LEN(_plen, 0)); \ 344 if (_plen != 0) { \ 345 CBPRINTF_STATIC_PACKAGE(_msg->data, _plen, \ 346 _plen, Z_LOG_MSG_ALIGN_OFFSET, _options, \ 351 (uint32_t)_plen, _dlen); \ [all …]
|