94typedef enum : uint8_t {
Annotation-attribute framework macros for ra8-firmware.
#define RA8_PRIV
Module-private helper: shared across TUs but only inside one library.
int priv_ra8_esp_hosted_log_level_get(void)
Report the current runtime verbosity threshold.
ra8_esp_hosted_log_dump_t
Constants the hexdump renderer works from.
@ k_ra8_esp_hosted_log_dump_nibbles
Digits one byte renders as.
@ k_ra8_esp_hosted_log_dump_radix
Hexadecimal.
void priv_ra8_esp_hosted_log_vwrite(int level, const char *tag, const char *fmt, va_list ap)
Emit one formatted line from an already-started argument list.
bool priv_ra8_esp_hosted_log_accepts(int level)
Decide whether a line at this level reaches the sink.