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/1.0/esehal/src/
Diso7816_t1.c44 #define T1_REQUEST_RESET 0x05 /* Custom RESET for SPI version */ macro
405 case T1_REQUEST_RESET: in parse_response()
479 t1->request = T1_REQUEST_RESET; in t1_loop()
577 if(t1->request == T1_REQUEST_RESET) { in t1_loop()
715 if (!(t1->state.request == 1 && t1->request == T1_REQUEST_RESET)) in t1_transceive()