rp2.Flash ========= .. This document was autogenerated by Sphinx-autoapi from a .pyi stub or a source code file. .. Do not edit this file, instead edit the source file and run Sphinx to update. .. Source: docs/stubs/rp2/Flash.pyi .. py:module:: rp2.Flash Classes ------- .. autoapisummary:: rp2.Flash.Flash Module Contents --------------- .. py:class:: Flash Gets the singleton object for accessing the SPI flash memory. .. py:method:: ioctl(cmd, arg) -> _typeshed.Incomplete These methods implement the simple and extended :ref:`block protocol ` defined by :class:`vfs.AbstractBlockDev`. .. py:method:: readblocks(block_num, buf, offset: Optional[int] = 0) -> _typeshed.Incomplete .. py:method:: writeblocks(block_num, buf, offset: Optional[int] = 0) -> _typeshed.Incomplete