Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_hostlink.c75 struct hl_packed_short_buff { struct
81 BUILD_ASSERT(sizeof(struct hl_packed_int) == sizeof(struct hl_packed_short_buff)); argument
86 struct hl_packed_short_buff buff;
300 static void hl_static_pack_char(volatile struct hl_packed_short_buff *pack, unsigned char c) in hl_static_pack_char()