Home
last modified time | relevance | path

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

/hardware/st/secure_element2/secure_element/esehal/src/
Diso7816_t1.c44 #define T1_REQUEST_RESET 0x05 /* Custom RESET for SPI version */ macro
404 case T1_REQUEST_RESET: in parse_response()
478 t1->request = T1_REQUEST_RESET; in t1_loop()
576 if(t1->request == T1_REQUEST_RESET) { in t1_loop()
714 if (!(t1->state.request == 1 && t1->request == T1_REQUEST_RESET)) in t1_transceive()