Searched refs:LOG_ENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance
100 (void)sbuf_put_many(sbuf, LOG_ENTRY_SIZE, (uint8_t *)buffer, in do_logmsg()101 LOG_ENTRY_SIZE * (((msg_len - 1U) / LOG_ENTRY_SIZE) + 1)); in do_logmsg()
20 #define LOG_ENTRY_SIZE 80U macro24 #define LOG_MESSAGE_MAX_SIZE (4U * LOG_ENTRY_SIZE)
Completed in 6 milliseconds