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

Descriptor-backed card state bound into ra8_fs. More...

Data Fields

uint64_t block_count
 Addressable logical blocks.
uint32_t block_size
 Bytes per logical block.
int fd
 Open temporary image descriptor.
bool io_failed
 Sticky positioned-I/O failure.

Detailed Description

Descriptor-backed card state bound into ra8_fs.

Definition at line 66 of file exfat_mkimage.c.

Field Documentation

◆ block_count

uint64_t mk_disk_t::block_count

Addressable logical blocks.

Definition at line 67 of file exfat_mkimage.c.

Referenced by internal_block_range(), and internal_disk_capacity().

◆ block_size

uint32_t mk_disk_t::block_size

Bytes per logical block.

Definition at line 68 of file exfat_mkimage.c.

Referenced by internal_block_range(), and internal_disk_capacity().

◆ fd

int mk_disk_t::fd

Open temporary image descriptor.

Definition at line 69 of file exfat_mkimage.c.

Referenced by internal_disk_read(), and internal_disk_write().

◆ io_failed

bool mk_disk_t::io_failed

Sticky positioned-I/O failure.

Definition at line 70 of file exfat_mkimage.c.

Referenced by internal_disk_read(), internal_disk_write(), and main().


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