Searched refs:get_button_width (Results 1 – 1 of 1) sorted by relevance
44 static uint32_t get_button_width(lv_buttonmatrix_ctrl_t ctrl_bits);138 unit_cnt += get_button_width(btnm->ctrl_bits[btn_tot_i + btn_cnt]); in lv_buttonmatrix_set_map()158 uint32_t btn_u = get_button_width(btnm->ctrl_bits[btn_tot_i]); in lv_buttonmatrix_set_map()873 static uint32_t get_button_width(lv_buttonmatrix_ctrl_t ctrl_bits) in get_button_width() function