Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 1.26 KB

FatFsIoctl.md

File metadata and controls

65 lines (35 loc) · 1.26 KB

fatfs-wasm / Exports / FatFsIoctl

Enumeration: FatFsIoctl

Disk I/O control commands (for disk_ioctl)

Table of contents

Enumeration Members

Enumeration Members

CTRL_SYNC

CTRL_SYNC = 0

Defined in

src/fatfs.ts:10


CTRL_TRIM

CTRL_TRIM = 4

Defined in

src/fatfs.ts:14


GET_BLOCK_SIZE

GET_BLOCK_SIZE = 3

Defined in

src/fatfs.ts:13


GET_SECTOR_COUNT

GET_SECTOR_COUNT = 1

Defined in

src/fatfs.ts:11


GET_SECTOR_SIZE

GET_SECTOR_SIZE = 2

Defined in

src/fatfs.ts:12