Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp.c145 static inline uint32_t early_buf_get_len(uint32_t *len_loc) in early_buf_get_len() argument
151 return (uint32_t)((uintptr_t)&early_buf[early_buf_idx] - (uintptr_t)len_loc - LEN_SZ); in early_buf_get_len()
324 static inline void early_msg_end(uint32_t *len_loc) in early_msg_end() argument
326 *len_loc = early_buf_get_len(len_loc); in early_msg_end()
327 if (*len_loc == 0) { in early_msg_end()
436 uint32_t *len_loc; in log_frontend_msg() local
439 len_loc = early_buf_len_loc(); in log_frontend_msg()
446 early_msg_end(len_loc); in log_frontend_msg()
459 uint32_t *len_loc = early_buf_len_loc(); in early_msg_start() local
465 return len_loc; in early_msg_start()
[all …]