FLASH_TRANSFER_REQUEST_FLAGS (Compact 2013)
3/26/2014
This enumeration defines flags that describe the attributes of a transfer request.
Syntax
enum FLASH_TRANSFER_REQUEST_FLAGS {
FLASH_SECTOR_REQUEST_FLAG_ATOMIC = 0x00000001,
FLASH_SECTOR_REQUEST_FLAG_WRITE_THROUGH = 0x00000002,
};
Elements
- FLASH_SECTOR_REQUEST_FLAG_ATOMIC
Indicates that the entire request must be atomic.
- FLASH_SECTOR_REQUEST_FLAG_WRITE_THROUGH
Indicates that a write operation must be committed synchronously prior to returning.
Requirements
Header |
FlashMdd.h |