Searched refs:part_list (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/partition_table/ |
D | parttool.py | 48 def __init__(self, name=None, p_type=None, subtype=None, part_list=None): argument 52 self.part_list = part_list 63 def __init__(self, p_type, subtype, part_list=None): argument 64 _PartitionId.__init__(self, p_type=p_type, subtype=subtype, part_list=part_list) 150 if not partition_id.part_list:
|
/hal_espressif-3.6.0/components/fatfs/test_fatfs_host/ |
D | test_fatfs.cpp | 41 DWORD part_list[] = {100, 0, 0, 0}; variable 44 fr_result = f_fdisk(pdrv, part_list, work_area);
|