Skip to content

gen_esp32part::PartitionDefinition

詳細情報

メンバー

MAGIC_BYTES

string gen_esp32part.PartitionDefinition::MAGIC_BYTES

ALIGNMENT

dictionary gen_esp32part.PartitionDefinition::ALIGNMENT

FLAGS

dictionary gen_esp32part.PartitionDefinition::FLAGS

STRUCT_FORMAT

string gen_esp32part.PartitionDefinition::STRUCT_FORMAT

name

gen_esp32part.PartitionDefinition::name

type

gen_esp32part.PartitionDefinition::type

subtype

gen_esp32part.PartitionDefinition::subtype

offset

gen_esp32part.PartitionDefinition::offset

size

gen_esp32part.PartitionDefinition::size

encrypted

gen_esp32part.PartitionDefinition::encrypted

init()

def gen_esp32part.PartitionDefinition.__init__(self)

引数

  • self ``

戻り値

def

from_csv()

def gen_esp32part.PartitionDefinition.from_csv(cls, line, line_no)

引数

  • line_no ``

戻り値

def

eq()

def gen_esp32part.PartitionDefinition.__eq__(self, other)

引数

  • other ``

戻り値

def

repr()

def gen_esp32part.PartitionDefinition.__repr__(self)

引数

  • self ``

戻り値

def

str()

def gen_esp32part.PartitionDefinition.__str__(self)

引数

  • self ``

戻り値

def

cmp()

def gen_esp32part.PartitionDefinition.__cmp__(self, other)

引数

  • other ``

戻り値

def

lt()

def gen_esp32part.PartitionDefinition.__lt__(self, other)

引数

  • other ``

戻り値

def

gt()

def gen_esp32part.PartitionDefinition.__gt__(self, other)

引数

  • other ``

戻り値

def

le()

def gen_esp32part.PartitionDefinition.__le__(self, other)

引数

  • other ``

戻り値

def

ge()

def gen_esp32part.PartitionDefinition.__ge__(self, other)

引数

  • other ``

戻り値

def

parse_type()

def gen_esp32part.PartitionDefinition.parse_type(self, strval)

引数

  • strval ``

戻り値

def

parse_subtype()

def gen_esp32part.PartitionDefinition.parse_subtype(self, strval)

引数

  • strval ``

戻り値

def

parse_address()

def gen_esp32part.PartitionDefinition.parse_address(self, strval)

引数

  • strval ``

戻り値

def

verify()

def gen_esp32part.PartitionDefinition.verify(self)

引数

  • self ``

戻り値

def

from_binary()

def gen_esp32part.PartitionDefinition.from_binary(cls, b)

引数

  • b ``

戻り値

def

get_flags_list()

def gen_esp32part.PartitionDefinition.get_flags_list(self)

引数

  • self ``

戻り値

def

to_binary()

def gen_esp32part.PartitionDefinition.to_binary(self)

引数

  • self ``

戻り値

def

to_csv()

def gen_esp32part.PartitionDefinition.to_csv(self, simple_formatting=False)

引数

  • simple_formatting ``

戻り値

def