Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_output_syst.c55 static void stp_write_putNibble(struct mipi_syst_handle *systh, in stp_write_putNibble() argument
62 out_func(p->current, systh->systh_platform.log_output); in stp_write_putNibble()
69 static void stp_write_flush(struct mipi_syst_handle *systh, in stp_write_flush() argument
73 stp_write_putNibble(systh, p, 0); in stp_write_flush()
77 static void stp_write_d4(struct mipi_syst_handle *systh, in stp_write_d4() argument
80 stp_write_putNibble(systh, p, v); in stp_write_d4()
83 static void stp_write_payload8(struct mipi_syst_handle *systh, in stp_write_payload8() argument
86 stp_write_d4(systh, p, v); in stp_write_payload8()
87 stp_write_d4(systh, p, v>>4); in stp_write_payload8()
90 static void stp_write_payload16(struct mipi_syst_handle *systh, in stp_write_payload16() argument
[all …]
/Zephyr-latest/subsys/logging/mipi_syst/
Dplatform.h45 void (*write_d8)(struct mipi_syst_handle *systh, mipi_syst_u8 v);
46 void (*write_d16)(struct mipi_syst_handle *systh, mipi_syst_u16 v);
47 void (*write_d32)(struct mipi_syst_handle *systh, mipi_syst_u32 v);
49 void (*write_d64)(struct mipi_syst_handle *systh, mipi_syst_u64 v);
51 void (*write_d32ts)(struct mipi_syst_handle *systh, mipi_syst_u32 v);
52 void (*write_d32mts)(struct mipi_syst_handle *systh, mipi_syst_u32 v);
53 void (*write_d64mts)(struct mipi_syst_handle *systh, mipi_syst_u64 v);
54 void (*write_flag)(struct mipi_syst_handle *systh);