|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Descriptor-backed block-device state bound into ra8_fs. More...
#include <mkfontimg_internal.h>
Data Fields | |
| uint64_t | block_count |
| Addressable sectors. | |
| uint32_t | block_size |
| Bytes per sector. | |
| int | fd |
| Temporary image descriptor. | |
| bool | io_failed |
| Sticky positioned-I/O failure. | |
Descriptor-backed block-device state bound into ra8_fs.
Definition at line 30 of file mkfontimg_internal.h.
| uint64_t mkfontimg_disk_t::block_count |
Addressable sectors.
Definition at line 31 of file mkfontimg_internal.h.
Referenced by internal_block_range(), internal_disk_capacity(), and priv_mkfontimg_host_seed().
| uint32_t mkfontimg_disk_t::block_size |
Bytes per sector.
Definition at line 32 of file mkfontimg_internal.h.
Referenced by internal_block_range(), internal_disk_capacity(), and priv_mkfontimg_host_seed().
| int mkfontimg_disk_t::fd |
Temporary image descriptor.
Definition at line 33 of file mkfontimg_internal.h.
Referenced by internal_disk_read(), and internal_disk_write().
| bool mkfontimg_disk_t::io_failed |
Sticky positioned-I/O failure.
Definition at line 34 of file mkfontimg_internal.h.
Referenced by internal_disk_read(), internal_disk_write(), internal_finish_image(), priv_mkfontimg_host_commit(), priv_mkfontimg_host_copy(), and priv_mkfontimg_host_seed().