Home
last modified time | relevance | path

Searched refs:_PartitionId (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/components/partition_table/
Dparttool.py46 class _PartitionId(): class
55 class PartitionName(_PartitionId):
58 _PartitionId.__init__(self, name=name)
61 class PartitionType(_PartitionId):
64 _PartitionId.__init__(self, p_type=p_type, subtype=subtype, part_list=part_list)
67 PARTITION_BOOT_DEFAULT = _PartitionId()