Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_hostlink.c83 struct hl_pkt_write_char_put { struct
95 #define MAX_PKT_SZ MAX(sizeof(struct hl_pkt_write_char_put), sizeof(struct hl_pkt_write_char_get)) argument
100 struct hl_pkt_write_char_put pkt_write_char_put;
345 hl_static_send(sizeof(struct hl_pkt_write_char_put)); in hl_write_char()