![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
Represents the specific information of a NAND Flash device. More...
#include <sys-spi-nand.h>

Public Attributes | |
| char * | name |
| Name of the NAND Flash device. | |
| spi_nand_id_t | id |
| Unique identifier for the NAND Flash device, containing manufacturer and device ID. | |
| uint32_t | page_size |
| Size of the data page (in bytes). | |
| uint32_t | spare_size |
| Size of the spare area for additional information (in bytes). | |
| uint32_t | pages_per_block |
| Number of pages contained in a single block. | |
| uint32_t | blocks_per_die |
| Number of blocks present on a single die. | |
| uint32_t | planes_per_die |
| Number of planes present on a single die. | |
| uint32_t | ndies |
| Total number of dies in the NAND package. | |
| spi_io_mode_t | mode |
| I/O mode used for communication (assumes the existence of a spi_io_mode_t type). | |
Represents the specific information of a NAND Flash device.
| uint32_t spi_nand_info_t::blocks_per_die |
Number of blocks present on a single die.
| spi_nand_id_t spi_nand_info_t::id |
Unique identifier for the NAND Flash device, containing manufacturer and device ID.
| spi_io_mode_t spi_nand_info_t::mode |
I/O mode used for communication (assumes the existence of a spi_io_mode_t type).
| char* spi_nand_info_t::name |
Name of the NAND Flash device.
| uint32_t spi_nand_info_t::ndies |
Total number of dies in the NAND package.
| uint32_t spi_nand_info_t::page_size |
Size of the data page (in bytes).
| uint32_t spi_nand_info_t::pages_per_block |
Number of pages contained in a single block.
| uint32_t spi_nand_info_t::planes_per_die |
Number of planes present on a single die.
| uint32_t spi_nand_info_t::spare_size |
Size of the spare area for additional information (in bytes).