Lines Matching +full:512 +full:- +full:byte
1 .. zephyr:code-sample:: spi-flash-at45
3 :relevant-api: flash_interface
14 increasing (and overflowing at the 8-bit range) values and then reads it back
19 The :zephyr_file:`samples/drivers/spi_flash_at45/overlay-pm.conf` enables the
21 The :zephyr_file:`samples/drivers/spi_flash_at45/overlay-page_layout.conf`
25 the Read-Modify-Write functionality of DataFlash chips and does not perform
44 .. zephyr-app-commands::
45 :zephyr-app: samples/drivers/spi_flash_at45
52 .. zephyr-app-commands::
53 :zephyr-app: samples/drivers/spi_flash_at45
55 :gen-args: -DEXTRA_CONF_FILE=overlay-pm.conf
61 .. zephyr-app-commands::
62 :zephyr-app: samples/drivers/spi_flash_at45
64 :gen-args: -DEXTRA_CONF_FILE=overlay-page_layout.conf
71 .. zephyr-app-commands::
72 :zephyr-app: samples/drivers/spi_flash_at45
74 :gen-args: -DEXTRA_CONF_FILE="overlay-pm.conf overlay-page_layout.conf"
84 .. code-block:: console
87 Using DATAFLASH_1, chip size: 4194304 bytes (page: 512)
88 Reading the first byte of the test region ... OK
102 .. code-block:: console