Home
last modified time | relevance | path

Searched refs:LV_BTNM_WIDTH_MASK (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_btnm.h31 #define LV_BTNM_WIDTH_MASK 0x0007 macro
A Dlv_btnm.c413 ext->ctrl_bits[btn_id] &= (~LV_BTNM_WIDTH_MASK); in lv_btnm_set_btn_width()
414 ext->ctrl_bits[btn_id] |= (LV_BTNM_WIDTH_MASK & width); in lv_btnm_set_btn_width()
958 uint8_t w = ctrl_bits & LV_BTNM_WIDTH_MASK; in get_button_width()

Completed in 4 milliseconds