Home
last modified time | relevance | path

Searched refs:wtx (Results 1 – 3 of 3) sorted by relevance

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dtransport.c123 bwt = t1->bwt * (t1->wtx ? t1->wtx : 1); in block_recv()
124 t1->wtx = 1; in block_recv()
Diso7816_t1.h45 uint8_t wtx; /* Read timeout scaler */ member
Diso7816_t1.c206 buf[3] = t1->wtx; in write_request()
324 t1->wtx = buf[3]; in parse_request()
326 if (t1->wtx > WTX_MAX_VALUE) in parse_request()
327 t1->wtx = WTX_MAX_VALUE; in parse_request()
643 t1->wtx = 1; in t1_clear_states()