HomeSort by relevance Sort by last modified time
    Searched refs:TEQ1_I (Results 1 - 3 of 3) sorted by null

  /external/libese/libese-teq1/tests/
teq1_unittests.cpp 56 TEQ1_I(0, 0),
57 TEQ1_I(1, 0),
58 TEQ1_I(0, 1),
59 TEQ1_I(1, 1),
66 tx_frame_.header.PCB = TEQ1_I(0, 0);
133 tx_frame_.header.PCB = TEQ1_I(0, 0);
138 rx_frame_.header.PCB = TEQ1_I(0, 0);
182 tx_frame_.header.PCB = TEQ1_I(1, 0);
183 rx_frame_.header.PCB = TEQ1_I(0, 0);
195 tx_frame_.header.PCB = TEQ1_I(0, 0)
    [all...]
  /external/libese/libese-teq1/include/ese/
teq1.h 180 #define TEQ1_I(S, M) ((S) << 6) | ((M) << 5)
  /external/libese/libese-teq1/
teq1.c 372 TEQ1_I(bs_get(PCB.R.next_seq, rx_frame->header.PCB), 0);
589 tx->header.PCB = TEQ1_I(!card_state->seq.interface, 0);

Completed in 224 milliseconds