This is a brief description for the First Fancy Device API.
This is the detailed description for the first API group. The
keeps it with the brief comment in the PDF.
Data Structures | |
struct | oob_area_info |
Keeps track of out-of-bounds block area information and the size of each block. More... | |
struct | local_area |
WFD Cold Boot Values | |
| |
#define | FANCY_COLD_BOOT_START_BLOCK_VALUE 0 |
#define | FANCY_MAX_COLD_BOOT_END_BLOCK_VALUE 1 |
#define | FANCY_COLD_BOOT_BLOCK_VALUE_INVALID ((cold_blk_invalid_type) 0xFF) |
#define | FANCY_COLD_BOOT_BLOCK_VALUE_UNASSIGNED ((cold_blk_unassigned_type) 0xFE) |
#define FANCY_COLD_BOOT_START_BLOCK_VALUE 0 |
Initial value for the start block.
#define FANCY_MAX_COLD_BOOT_END_BLOCK_VALUE 1 |
Maximum value for the end block.
#define FANCY_COLD_BOOT_BLOCK_VALUE_INVALID ((cold_blk_invalid_type) 0xFF) |
Value for the cold boot block is invalid.
#define FANCY_COLD_BOOT_BLOCK_VALUE_UNASSIGNED ((cold_blk_unassigned_type) 0xFE) |
Value for the cold boot block is unassigned.