Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_msg.c24 #define CBPRINTF_DESC_SIZE32 (sizeof(struct cbprintf_package_desc) / sizeof(uint32_t)) macro
28 (IS_ENABLED(CONFIG_LOG_SIMPLE_MSG_OPTIMIZE) && (CBPRINTF_DESC_SIZE32 == 1)));
96 size_t plen32 = len + CBPRINTF_DESC_SIZE32; in z_log_msg_simple_create()
140 uint32_t plen32 = CBPRINTF_DESC_SIZE32 + 1; in z_impl_z_log_msg_simple_create_0()
148 uint8_t package[sizeof(uint32_t) * (CBPRINTF_DESC_SIZE32 + 1) + in z_impl_z_log_msg_simple_create_0()
189 uint32_t plen32 = CBPRINTF_DESC_SIZE32 + 2; in z_impl_z_log_msg_simple_create_1()
197 uint8_t package[sizeof(uint32_t) * (CBPRINTF_DESC_SIZE32 + 2) + in z_impl_z_log_msg_simple_create_1()
239 uint32_t plen32 = CBPRINTF_DESC_SIZE32 + 3; in z_impl_z_log_msg_simple_create_2()
247 uint8_t package[sizeof(uint32_t) * (CBPRINTF_DESC_SIZE32 + 3) + in z_impl_z_log_msg_simple_create_2()