Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_hostlink.c69 struct hl_packed_int { struct
81 BUILD_ASSERT(sizeof(struct hl_packed_int) == sizeof(struct hl_packed_short_buff)); argument
84 struct hl_packed_int syscall_nr;
85 struct hl_packed_int fd;
87 struct hl_packed_int nbyte;
91 struct hl_packed_int byte_written;
92 struct hl_packed_int host_errno;
293 static void hl_static_pack_int(volatile struct hl_packed_int *pack, int32_t value) in hl_static_pack_int()
307 static int hl_static_unpack_int(volatile struct hl_packed_int *pack, int32_t *value) in hl_static_unpack_int()