◆ crc
uint32_t uboot_flash_env::crc |
Computed CRC on the stored environment
◆ device_type
enum device_type uboot_flash_env::device_type |
type of device (mtd, ubi, file, ....)
◆ devname
char uboot_flash_env::devname[DEVNAME_MAX_LENGTH] |
path to device or file where env is stored
◆ envsectors
long unsigned int uboot_flash_env::envsectors |
Number of sectors for each environment
◆ envsize
size_t uboot_flash_env::envsize |
◆ fd
file descriptor used to access the device
◆ flags
unsigned char uboot_flash_env::flags |
flags (see flags_type) are one byte in the stored environment
◆ flagstype
enum flags_type uboot_flash_env::flagstype |
flags according to device type
◆ mtdinfo
struct mtd_info_user uboot_flash_env::mtdinfo |
MTD structure as returned by ioctl() call
◆ offset
long long int uboot_flash_env::offset |
Start offset inside device path
◆ sectorsize
size_t uboot_flash_env::sectorsize |
The documentation for this struct was generated from the following file: