Searched refs:esp_command_req_t (Results 1 – 2 of 2) sorted by relevance
36 esp_command_req_t *command; /* Pointer to buf_a or buf_b as latest command received */160 ub.command = (esp_command_req_t *)ub.buf_a; in stub_handle_rx_byte()163 ub.command = (esp_command_req_t *)ub.buf_b; in stub_handle_rx_byte()170 static esp_command_error verify_data_len(esp_command_req_t *command, uint8_t len) in verify_data_len()181 esp_command_req_t *command = ub.command; in cmd_loop()
75 } esp_command_req_t; typedef