UBootEnv.Location (uboot_env v1.0.2)

View Source

Environment block location

Summary

Types

t()

@type t() :: %UBootEnv.Location{
  offset: non_neg_integer(),
  path: Path.t(),
  size: pos_integer()
}