Lines Matching refs:struct
7 flash partitions via :c:struct:`flash_area` structures.
9 Each :c:struct:`flash_area` describes a flash partition. The API provides access
12 in DTS file. Users may also create :c:struct:`flash_area` objects at runtime
18 The :c:struct:`flash_area` contains a pointer to a :c:struct:`device`,
26 The flash_map.h API provides functions for operating on a :c:struct:`flash_area`.
31 Most ``<zephyr/storage/flash_map.h>`` API functions require a :c:struct:`flash_area` object pointer
37 * defining a :c:struct:`flash_area` type object, which requires providing
38 a valid :c:struct:`device` object pointer with offset and size of the area
42 :c:struct:`flash_area` objects and returns, if found, a pointer to an object
84 Users do not have to obtain a :c:struct:`flash_area` object pointer
93 Below example shows how to obtain a :c:struct:`flash_area` object pointer
98 const struct flash_area *my_area;