Lines Matching full:sectors
52 * Each partition contains one or more flash sectors.
242 * Retrieve info about sectors within the area.
245 * @param[in,out] count On input Capacity of @p sectors, on output number of
246 * sectors Retrieved.
247 * @param[out] sectors buffer for sectors data
254 struct flash_sector *sectors);
257 * Retrieve info about sectors within the area.
260 * @param[in,out] count On input Capacity of @p sectors, on output number of
261 * sectors retrieved.
262 * @param[out] sectors buffer for sectors data
268 int flash_area_sectors(const struct flash_area *fa, uint32_t *count, struct flash_sector *sectors);