Home
last modified time | relevance | path

Searched refs:out_pkt (Results 1 – 2 of 2) sorted by relevance

/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
Dext_dcd_echo_test.c173 ocsd_gen_elem_init(&(decoder->out_pkt), OCSD_GEN_TRC_ELEM_EO_TRACE); in echo_dcd_trace_data_in()
224 ocsd_gen_elem_init(&decoder->out_pkt, OCSD_GEN_TRC_ELEM_NO_SYNC); in echo_dcd_process_data()
267 …_GenElemOp(&decoder->lib_fns, decoder->curr_pkt_idx, decoder->reg_config.cs_id, &decoder->out_pkt); in send_gen_packet()
381 … ocsd_gen_elem_init(&decoder->out_pkt, OCSD_GEN_TRC_ELEM_CUSTOM); /* full custom packet */ in analyse_packet()
382 decoder->out_pkt.extended_data = 1;/* mark the extended ptr in use */ in analyse_packet()
383 …decoder->out_pkt.ptr_extended_data = decoder->data_in; /* the custom packet data in this protocol… in analyse_packet()
388 ocsd_gen_elem_init(&decoder->out_pkt, OCSD_GEN_TRC_ELEM_INSTR_RANGE); in analyse_packet()
390 decoder->out_pkt.st_addr = decoder->curr_pkt.data & 0xFFFFFFF0; in analyse_packet()
391 …decoder->out_pkt.en_addr = decoder->curr_pkt.data + 0x10 + (((uint32_t)decoder->curr_pkt.header) <… in analyse_packet()
392 decoder->out_pkt.isa = ocsd_isa_custom; in analyse_packet()
[all …]
Dext_dcd_echo_test.h79 ocsd_generic_trace_elem out_pkt; /** generic output packet */ member