Home
last modified time | relevance | path

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

/lvgl-latest/docs/
Ddoc_builder.py223 structures = {} variable
261 if name in structures:
262 self.__dict__.update(structures[name].__dict__)
264 structures[name] = self
348 structures=set(),
356 elif type_ in structures:
357 self._deps['structures'].add(structures[type_])
705 structures=set(),
716 elif type_ in structures:
717 self._deps['structures'].add(structures[type_])
[all …]
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst81 LVGL manages many complex data structures, and those structures are "system
84 ``lv_``) either read from or change those data structures. Those that change them
145 LVGL's data structures are a system resource that requires such protection.
153 This ensures LVGL's data structures "appear" atomic_ (all threads using this data
155 data structures. This is enforced by programmer discipline that ensures the `Gateway
173 MUTEX to protect LVGL data structures.
200 If a MUTEX is used to protect LVGL data structures, that means *every* LVGL function
/lvgl-latest/docs/details/integration/bindings/
Dapi_json.rst45 - structures
68 - ``"field"``: This type is used to describe fields in structures and unions.
90 - ``"forward_decl"``: Describes a forward declaration.There are structures in
395 "structures":[
/lvgl-latest/scripts/gen_json/
Dpycparser_monkeypatch.py71 structures = {} variable
708 structures = [] # NOQA
734 structures.append(item)
801 'structures': structures,