Synopsis
#define LIBMEM_DRIVER_PAGED_WRITE_OPTION_DISABLE_DIRECT_WRITES (1 << 1)
Description

LIBMEM_DRIVER_PAGED_WRITE_OPTION_DISABLE_DIRECT_WRITES disables direct writes bypassing page buffer.

This option can be passed to libmem_driver_paged_write_init to stop the libmem_driver_paged_write function carrying out direct writes bypassing the page buffer when it is possible to do so. This should be used if the source data for the write page function must be in RAM.