Searched refs:start_cb_called (Results 1 – 2 of 2) sorted by relevance
367 if(!a->start_cb_called && a->act_time <= 0 && new_act_time >= 0) { in anim_timer()374 a->start_cb_called = 1; in anim_timer()
93 uint8_t start_cb_called : 1; /**< Indicates that the `start_cb` was already called*/ member