Searched refs:static_ese (Results 1 – 1 of 1) sorted by relevance
32 static struct EseInterface static_ese; variable35 ese_init((&static_ese), ESE_HW_NXP_PN80T_NQ_NCI); in static_ese_open()36 auto res = ese_open(&static_ese, nullptr); in static_ese_open()47 ese_close(&static_ese); in static_ese_close()64 auto res = ese_transceive(&static_ese, in static_ese_transceive()67 if (res < 0 || ese_error(&static_ese)) { in static_ese_transceive()69 << " code " << ese_error_code(&static_ese) in static_ese_transceive()70 << " message: " << ese_error_message(&static_ese); in static_ese_transceive()