Searched refs:is_cmd (Results 1 – 1 of 1) sorted by relevance
13 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_identify_valid_start_of_command() local15 TEST_ASSERT_TRUE(is_cmd); in test_txt_should_identify_valid_start_of_command()24 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_identify_invalid_start_of_command() local26 TEST_ASSERT_FALSE(is_cmd); in test_txt_should_identify_invalid_start_of_command()35 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_identify_scaped_command_in_parameter() local37 TEST_ASSERT_FALSE(is_cmd); in test_txt_should_identify_scaped_command_in_parameter()46 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_skip_color_parameter_in_parameter() local48 TEST_ASSERT_TRUE(is_cmd); in test_txt_should_skip_color_parameter_in_parameter()57 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands() local59 TEST_ASSERT_TRUE(is_cmd); in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands()[all …]