Home
last modified time | relevance | path

Searched refs:ed (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/src/drivers/evdev/
Dlv_evdev.c255 lv_evdev_discovery_t * ed = evdev_discovery; in _evdev_discovery_indev_try_create() local
256 if(ed->cb) { in _evdev_discovery_indev_try_create()
257 ed->cb(indev, dsc->type, ed->cb_user_data); in _evdev_discovery_indev_try_create()
296 lv_evdev_discovery_t * ed = evdev_discovery; in _evdev_discovery_timer_cb() local
297 LV_ASSERT_NULL(ed); in _evdev_discovery_timer_cb()
299 if(!ed->inotify_watch_active) { in _evdev_discovery_timer_cb()
300 ed->inotify_watch_active = _evdev_discovery_inotify_try_init_watcher(ed->inotify_fd); in _evdev_discovery_timer_cb()
309 while((br = read(ed->inotify_fd, &in_data, sizeof(in_data))) > 0) { in _evdev_discovery_timer_cb()
320 ed->inotify_watch_active = false; in _evdev_discovery_timer_cb()
453 lv_evdev_discovery_t * ed = NULL; in lv_evdev_discovery_start() local
[all …]
/lvgl-latest/docs/details/widgets/
Dtileview.rst43 ``LV_DIR_LEFT/RIGHT/TOP/BOTTOM/HOR/VER/ALL`` or OR-ed values to enable
Dbuttonmatrix.rst96 ``LV_BUTTONMATRIX_CTRL_...`` values can be bit-wise OR-ed together when passed to
Dchart.rst333 ``LV_DIR_NONE/RIGHT/UP/LEFT/DOWN/HOR/VER/ALL`` or their bit-wise OR-ed values to tell
/lvgl-latest/docs/details/other-components/
Dobj_property.rst165 "union-ed" fields at this writing are:
/lvgl-latest/docs/details/base-widget/
Dscroll.rst143 OR-ed values are also possible. E.g. :cpp:expr:`LV_DIR_TOP | LV_DIR_LEFT`.
Dobj.rst475 :cpp:expr:`lv_obj_remove_state(widget, LV_STATE_...)`. In both cases OR-ed state
/lvgl-latest/docs/intro/
Dbasics.rst336 Styles are assigned using the OR-ed combination of a Widget's part and
/lvgl-latest/docs/details/main-components/
Dfont.rst325 `this site <http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=f287&mode=hex>`__.
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst281 OR-ed value of parts and state to which the style should be added. Some
Dstyle-properties.rst735 …ssible values are `LV_BORDER_SIDE_NONE/TOP/BOTTOM/LEFT/RIGHT/INTERNAL`. OR-ed values can be used a…
1199 …text. Possible values are `LV_TEXT_DECOR_NONE/UNDERLINE/STRIKETHROUGH`. OR-ed values can be used a…
/lvgl-latest/docs/
DDoxyfile408 # types are typedef'ed and only the typedef is referenced, never the tag name.