Searched refs:lv_switch_orientation_t (Results 1 – 3 of 3) sorted by relevance
39 } lv_switch_orientation_t; typedef61 void lv_switch_set_orientation(lv_obj_t * obj, lv_switch_orientation_t orientation);72 lv_switch_orientation_t lv_switch_get_orientation(lv_obj_t * obj);
37 lv_switch_orientation_t orientation : 3; /**< Orientation of switch*/
88 void lv_switch_set_orientation(lv_obj_t * obj, lv_switch_orientation_t orientation) in lv_switch_set_orientation()101 lv_switch_orientation_t lv_switch_get_orientation(lv_obj_t * obj) in lv_switch_get_orientation()