Searched defs:_lv_iter_t (Results 1 – 1 of 1) sorted by relevance
24 struct _lv_iter_t { struct26 void * instance; /**< Pointer to the object to iterate over */27 uint32_t elem_size; /**< Size of one element in bytes */28 void * context; /**< Custom context for the iteration */29 uint32_t context_size; /**< Size of the custom context in bytes */32 lv_circle_buf_t * peek_buf; /**< Circular buffer for peeking */33 uint32_t peek_offset; /**< Offset in the peek buffer */36 lv_iter_next_cb next_cb; /**< Callback to get the next element */