Searched refs:LV_TEXT_CMD_STATE_IN (Results 1 – 3 of 3) sorted by relevance
55 lv_text_cmd_state_t state = LV_TEXT_CMD_STATE_IN; in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands()71 TEST_ASSERT_EQUAL_UINT8(state, LV_TEXT_CMD_STATE_IN); in test_txt_should_identify_space_after_parameter()
55 LV_TEXT_CMD_STATE_IN, /**< Processing the command*/ enumerator
396 else if(*state == LV_TEXT_CMD_STATE_IN) { in _lv_txt_is_cmd()405 *state = LV_TEXT_CMD_STATE_IN; /*After the parameter the text is in the command*/ in _lv_txt_is_cmd()