Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/scripts/
Dreadmdir.py76 def type1(self): member in Tag
106 type1, type3 = type.split()
107 return (self.is_(type1) and
108 (self.type & ~TAG_TYPES[type1][0]) == int(type3, 0))
/littlefs-3.7.0-3.6.0/
DSPEC.md253 '------- type (type1)
281 abstract types. type1+chunk+id form a unique identifier for each tag in the
337 | '-------------- type1 (0x0)
604 | '-------------- type1 (0x3)
670 | '------------- type1 (0x6)
813 | '-------------- type1 (0x5)
Dlfs.c335 #define LFS_MKTAG_IF_ELSE(cond, type1, id1, size1, type2, id2, size2) \ argument
336 ((cond) ? LFS_MKTAG(type1, id1, size1) : LFS_MKTAG(type2, id2, size2))