ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mkfontimg_disk_t Struct Reference

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.

Detailed Description

Descriptor-backed block-device state bound into ra8_fs.

Definition at line 30 of file mkfontimg_internal.h.

Field Documentation

◆ block_count

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().

◆ block_size

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().

◆ fd

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().

◆ io_failed

bool mkfontimg_disk_t::io_failed

The documentation for this struct was generated from the following file: