|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Open raw-fd source and its portable view. More...
#include <ra8_fmt_host_fd_internal.h>
Data Fields | |
| int | fd |
| Owned descriptor, or -1 when closed. | |
| ra8_fmt_source_t | source |
| Portable positioned-read view. | |
| ra8_fmt_host_snapshot_t | snapshot |
| Immutable-open evidence. | |
Open raw-fd source and its portable view.
Definition at line 36 of file ra8_fmt_host_fd_internal.h.
| int ra8_fmt_host_source_t::fd |
Owned descriptor, or -1 when closed.
Definition at line 37 of file ra8_fmt_host_fd_internal.h.
Referenced by internal_pread(), priv_fmt_host_source_close(), priv_fmt_host_source_open(), priv_fmt_host_source_unchanged(), and priv_fmt_host_sources_same().
| ra8_fmt_host_snapshot_t ra8_fmt_host_source_t::snapshot |
Immutable-open evidence.
Definition at line 39 of file ra8_fmt_host_fd_internal.h.
Referenced by priv_fmt_host_source_open(), priv_fmt_host_source_unchanged(), and priv_fmt_host_sources_same().
| ra8_fmt_source_t ra8_fmt_host_source_t::source |
Portable positioned-read view.
Definition at line 38 of file ra8_fmt_host_fd_internal.h.
Referenced by internal_open(), internal_open_and_size(), internal_pread(), internal_run(), internal_source_validate(), priv_fmt_host_source_open(), and priv_fmt_try_portable_convert().