-
CONFIG_SPI_FLASH_W25QXXDV_PAGE_PROGRAM_SIZE
¶
Page Program Size in bytes
Type: int
Help¶
This is the maximum size of a page program operation. Writing data over this page boundary will split the write operation into two pages.
Default¶
256
Kconfig definition¶
At drivers/flash/Kconfig.w25qxxdv:49
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:54
→ drivers/flash/Kconfig:61
Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash Winbond W25QXXDV
config SPI_FLASH_W25QXXDV_PAGE_PROGRAM_SIZE int "Page Program Size in bytes" default 256 depends onSPI_FLASH_W25QXXDV
&&FLASH
help This is the maximum size of a page program operation. Writing data over this page boundary will split the write operation into two pages.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)