zephyr.DiskAccess
Classes
Gets an object for accessing disk memory of the specific disk. |
Module Contents
- class zephyr.DiskAccess.DiskAccess(disk_name)
Gets an object for accessing disk memory of the specific disk. For accessing an SD card on the mimxrt1050_evk,
disk_name
would beSDHC
. See board documentation and devicetree for usable disk names for your board (ex. RT boards use style USDHC#).- ioctl(cmd, arg) Incomplete
These methods implement the simple and extended block protocol defined by
vfs.AbstractBlockDev
.
- readblocks(block_num, buf, offset: int | None = 0) Incomplete
- writeblocks(block_num, buf, offset: int | None = 0) Incomplete