View Source UBootEnv.Location (uboot_env v1.0.1)

Environment block location

Link to this section Summary

Link to this section Types

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